From d5b501c4046fbdc2354607c12f9f8230159e6135 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 9 Jul 2021 21:21:02 +0000 Subject: Incorporate project-independent stuff I did for IETF NOC --- pelicanconf.py | 34 +--------------------------------- 1 file changed, 1 insertion(+), 33 deletions(-) mode change 100644 => 120000 pelicanconf.py (limited to 'pelicanconf.py') diff --git a/pelicanconf.py b/pelicanconf.py deleted file mode 100644 index ab8afd2..0000000 --- a/pelicanconf.py +++ /dev/null @@ -1,33 +0,0 @@ -#!/usr/bin/env python -# -*- coding: utf-8 -*- # - -AUTHOR = "Cryptech Core Team" -SITENAME = "Cryptech Project" - -PATH = "content" -TIMEZONE = "UTC" -DEFAULT_LANG = "en" - -# Feed generation is usually not desired when developing -SITEURL = "" -RELATIVE_URLS = True -FEED_ALL_ATOM = None -CATEGORY_FEED_ATOM = None -TRANSLATION_FEED_ATOM = None -AUTHOR_FEED_ATOM = None -AUTHOR_FEED_RSS = None - -# Blogroll -LINKS = (("Pelican", "http://getpelican.com/"), - ("Python.org", "http://python.org/"), - ("Jinja2", "http://jinja.pocoo.org/")) -LINKS_WIDGET_NAME = "Links" - -# Social widget. Can't get rid of this with default theme, only change its name. -# Fiddle with themes later -SOCIAL = () -SOCIAL_WIDGET_NAME = "Subscribe" - -DEFAULT_PAGINATION = 10 - -#THEME = "/home/blog/pelican-themes/sundown" diff --git a/pelicanconf.py b/pelicanconf.py new file mode 120000 index 0000000..00f205f --- /dev/null +++ b/pelicanconf.py @@ -0,0 +1 @@ +tools/pelicanconf.py \ No newline at end of file -- cgit v1.2.3