summaryrefslogtreecommitdiffstats
path: root/pelicanconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'pelicanconf.py')
-rw-r--r--pelicanconf.py18
1 files changed, 13 insertions, 5 deletions
diff --git a/pelicanconf.py b/pelicanconf.py
index 1a2b6af..b62b65b 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -10,15 +10,17 @@ SITEURL = 'http://syntax-fehler.de'
TIMEZONE = 'Europe/Berlin'
THEME = './pelican-themes/gum/'
DEFAULT_LANG = 'en'
-DEFAULT_CATEGORY = 'misc'
+#DEFAULT_CATEGORY = 'misc'
# Feed generation is usually not desired when developing
-FEED_ALL_ATOM = 'feeds/all.atom.xml'
+FEED_ALL_ATOM = 'atom.xml'
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
-# Blogroll
-STATIC_PATHS = [ 'extra/robots.txt', ]
+STATIC_PATHS = ['extra/robots.txt',
+ 'wiki/knowledge_base.html',
+ 'wiki/knowledge_base.xml', ]
EXTRA_PATH_METADATA = { 'extra/robots.txt': {'path': 'robots.txt'}, }
+# Blogroll
LINKS = (('exco\'s blog', 'http://excogitation.de'),
('Binaergewitter', 'http://krepel.us'),)
@@ -26,6 +28,12 @@ LINKS = (('exco\'s blog', 'http://excogitation.de'),
SOCIAL = (('@makefoo', 'http://twitter.com/makefoo') ,)
DEFAULT_PAGINATION = 10
+DISQUS_SITENAME = 'euer'
+#GOOGLE_ANALYTICS = ""
+PIWIK_URL='mediengewitter.krebsco.de:10000'
+PIWIK_SITE_ID=1
+
# Uncomment following line if you want document-relative URLs when developing
RELATIVE_URLS = True
-MENUITEMS = (( 'RSS', '/feeds/all.atom.xml'),)
+MENUITEMS = ( ( 'Wiki', '/wiki/knowledge_base.html'),
+ ( 'Graphs', '/graphs/retiolum/'),( 'RSS', '/atom.xml',),)