changeset 3:a9f7146e01af

fix the theme by specifying some variables
author Dirk Olmes <dirk@xanthippe.ping.de>
date Fri, 28 Jun 2013 15:54:51 +0200
parents 59b0e49f0be4
children f4a440c578d4
files pelicanconf.py
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pelicanconf.py	Fri Jun 28 12:57:18 2013 +0200
+++ b/pelicanconf.py	Fri Jun 28 15:54:51 2013 +0200
@@ -14,14 +14,19 @@
 # - tag list at the bottom only
 # - html validation errors
 #THEME = '../pelican-themes/built-texts'
+
 THEME = '../pelican-themes/tuxlite_tbs'
+# fix the theme - other themes don't need additional variables
+ARCHIVES_URL = 'archives.html'
+FEED = 'feeds/all.atom.xml'
+
 DISPLAY_CATEGORIES_ON_MENU = False
 
 DEFAULT_LANG = u'de_DE'
 DEFAULT_DATE_FORMAT = u'%d.%m.%Y'
 
 # Feed generation is usually not desired when developing
-FEED_ALL_ATOM = 'feeds/all.atom.xml'
+FEED_ALL_ATOM = None
 CATEGORY_FEED_ATOM = None
 TRANSLATION_FEED_ATOM = None