Mercurial > hg > Blog
comparison pelicanconf.py @ 27:04a8afe79c59
swith to anydns.info
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Tue, 08 Apr 2014 12:03:13 +0200 |
parents | 7bfdc2b1d768 |
children | 7380bf280fc9 |
comparison
equal
deleted
inserted
replaced
26:676f9f69ee85 | 27:04a8afe79c59 |
---|---|
2 # -*- coding: utf-8 -*- # | 2 # -*- coding: utf-8 -*- # |
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.dyndns.org/blog' | 7 SITEURL = 'http://xanthippe.anydns.info/blog' |
8 | 8 |
9 LOCALE = 'de_DE' | 9 LOCALE = 'de_DE' |
10 TIMEZONE = 'Europe/Berlin' | 10 TIMEZONE = 'Europe/Berlin' |
11 TYPOGRIFY = True | 11 TYPOGRIFY = True |
12 | 12 |