comparison pelicanconf.py @ 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 3efa31d1bc6e
children 6e2bcaecf3ec
comparison
equal deleted inserted replaced
2:59b0e49f0be4 3:a9f7146e01af
12 12
13 # this theme looks ok but has some downsides: 13 # this theme looks ok but has some downsides:
14 # - tag list at the bottom only 14 # - tag list at the bottom only
15 # - html validation errors 15 # - html validation errors
16 #THEME = '../pelican-themes/built-texts' 16 #THEME = '../pelican-themes/built-texts'
17
17 THEME = '../pelican-themes/tuxlite_tbs' 18 THEME = '../pelican-themes/tuxlite_tbs'
19 # fix the theme - other themes don't need additional variables
20 ARCHIVES_URL = 'archives.html'
21 FEED = 'feeds/all.atom.xml'
22
18 DISPLAY_CATEGORIES_ON_MENU = False 23 DISPLAY_CATEGORIES_ON_MENU = False
19 24
20 DEFAULT_LANG = u'de_DE' 25 DEFAULT_LANG = u'de_DE'
21 DEFAULT_DATE_FORMAT = u'%d.%m.%Y' 26 DEFAULT_DATE_FORMAT = u'%d.%m.%Y'
22 27
23 # Feed generation is usually not desired when developing 28 # Feed generation is usually not desired when developing
24 FEED_ALL_ATOM = 'feeds/all.atom.xml' 29 FEED_ALL_ATOM = None
25 CATEGORY_FEED_ATOM = None 30 CATEGORY_FEED_ATOM = None
26 TRANSLATION_FEED_ATOM = None 31 TRANSLATION_FEED_ATOM = None
27 32
28 # Blogroll 33 # Blogroll
29 LINKS = () #('Pelican', 'http://getpelican.com/'), 34 LINKS = () #('Pelican', 'http://getpelican.com/'),