# HG changeset patch # User Dirk Olmes # Date 1372427703 -7200 # Node ID f4a440c578d4579907dc72c6dbcb489644d9bde3 # Parent a9f7146e01aff4ce09ff854db53be66847df3626 proper overrides for publication diff -r a9f7146e01af -r f4a440c578d4 publishconf.py --- a/publishconf.py Fri Jun 28 15:54:51 2013 +0200 +++ b/publishconf.py Fri Jun 28 15:55:03 2013 +0200 @@ -10,8 +10,8 @@ sys.path.append(os.curdir) from pelicanconf import * -SITEURL = '' -RELATIVE_URLS = True +SITEURL = 'http://xanthippe.dyndns.org/blog' +RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'