# HG changeset patch # User Dirk Olmes # Date 1372427691 -7200 # Node ID a9f7146e01aff4ce09ff854db53be66847df3626 # Parent 59b0e49f0be4a9a6510dd6f8df57462584830f29 fix the theme by specifying some variables diff -r 59b0e49f0be4 -r a9f7146e01af pelicanconf.py --- 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