comparison pelicanconf.py @ 29:7380bf280fc9

switch to duckdns.org
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 21 Apr 2014 03:09:52 +0200
parents 04a8afe79c59
children f3f83d0c6a24 ee16c7218357
comparison
equal deleted inserted replaced
28:aab5b33a6c45 29:7380bf280fc9
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.anydns.info/blog' 7 SITEURL = 'http://xanthippe.duckdns.org/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