Mercurial > hg > Blog
comparison publishconf.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 |
---|---|
8 import os | 8 import os |
9 import sys | 9 import sys |
10 sys.path.append(os.curdir) | 10 sys.path.append(os.curdir) |
11 from pelicanconf import * | 11 from pelicanconf import * |
12 | 12 |
13 SITEURL = 'http://xanthippe.dyndns.org/blog' | 13 SITEURL = 'http://xanthippe.anydns.info/blog' |
14 RELATIVE_URLS = False | 14 RELATIVE_URLS = False |
15 | 15 |
16 FEED_ALL_ATOM = 'feeds/all.atom.xml' | 16 FEED_ALL_ATOM = 'feeds/all.atom.xml' |
17 CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' | 17 CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' |