aboutsummaryrefslogtreecommitdiff
path: root/pelicanconf.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2021-07-09 21:21:02 +0000
committerRob Austein <sra@hactrn.net>2021-07-09 21:21:02 +0000
commitd5b501c4046fbdc2354607c12f9f8230159e6135 (patch)
tree10d5c7a1260aca6b1b67b9e971854ee57cc15fd5 /pelicanconf.py
parent78b3ed35c726cf8ef0ec4c4e7753e6f4775b9001 (diff)
Incorporate project-independent stuff I did for IETF NOC
Diffstat (limited to 'pelicanconf.py')
l---------[-rw-r--r--]pelicanconf.py34
1 files changed, 1 insertions, 33 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index ab8afd2..00f205f 100644..120000
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -1,33 +1 @@
-#!/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"
+tools/pelicanconf.py \ No newline at end of file