Mercurial > hg > Blog
changeset 4:f4a440c578d4
proper overrides for publication
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Fri, 28 Jun 2013 15:55:03 +0200 |
parents | a9f7146e01af |
children | 48e0e2d8babd |
files | publishconf.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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'