comparison pelicanconf.py @ 42:51d2ddc51e40

update the theme with the latest changes from upstream
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 30 Sep 2014 03:53:59 +0200
parents e6872b8d42e2
children ea8a767f5111
comparison
equal deleted inserted replaced
41:47fa61e1845e 42:51d2ddc51e40
3 from __future__ import unicode_literals 3 from __future__ import unicode_literals
4 4
5 AUTHOR = u'Dirk Olmes' 5 AUTHOR = u'Dirk Olmes'
6 SITENAME = u'Infoschnipsel und Wissenswertes' 6 SITENAME = u'Infoschnipsel und Wissenswertes'
7 SITEURL = 'http://xanthippe.duckdns.org/blog' 7 SITEURL = 'http://xanthippe.duckdns.org/blog'
8 ARCHIVES_URL = 'archives.html'
8 9
9 LOCALE = 'de_DE' 10 LOCALE = 'de_DE'
10 TIMEZONE = 'Europe/Berlin' 11 TIMEZONE = 'Europe/Berlin'
11 TYPOGRIFY = True 12 TYPOGRIFY = True
12 13