comparison pelicanconf.py @ 9:6e2bcaecf3ec

include the theme locally to avoid any dependency on the pelican-themes git repo. Those guys don't incorporate the fixes as quickly as I need plus, I already changed the theme to incorporate the juvia comments.
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 01 Jul 2013 04:09:23 +0200
parents a9f7146e01af
children bd8e75de187a
comparison
equal deleted inserted replaced
8:587302b65fb6 9:6e2bcaecf3ec
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
18 THEME = '../pelican-themes/tuxlite_tbs' 18 THEME = '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
23 DISPLAY_CATEGORIES_ON_MENU = False 19 DISPLAY_CATEGORIES_ON_MENU = False
24 20
25 DEFAULT_LANG = u'de_DE' 21 DEFAULT_LANG = u'de_DE'
26 DEFAULT_DATE_FORMAT = u'%d.%m.%Y' 22 DEFAULT_DATE_FORMAT = u'%d.%m.%Y'
27 23
28 # Feed generation is usually not desired when developing 24 # Feed generation is usually not desired when developing
29 FEED_ALL_ATOM = None 25 FEED_ALL_ATOM = None
30 CATEGORY_FEED_ATOM = None 26 CATEGORY_FEED_ATOM = None
31 TRANSLATION_FEED_ATOM = None 27 TRANSLATION_FEED_ATOM = None
28
29 JUVIA_URL = 'http://xanthippe.dyndns.org/juvia'
30 JUVIA_SITE_KEY='5i1fkpmzhyot9d54c9aurbplte82q5j'
32 31
33 # Blogroll 32 # Blogroll
34 LINKS = () #('Pelican', 'http://getpelican.com/'), 33 LINKS = () #('Pelican', 'http://getpelican.com/'),
35 # ('Python.org', 'http://python.org/'), 34 # ('Python.org', 'http://python.org/'),
36 # ('Jinja2', 'http://jinja.pocoo.org/'), 35 # ('Jinja2', 'http://jinja.pocoo.org/'),