diff --git a/projects/cwi/publishconf.py b/projects/cwi/publishconf.py index 85ff8ef6981db9aaf809eeb6b971ea62c7555301..4545b7891f3a9f571c1571e8946431a21dcfa81a 100644 --- a/projects/cwi/publishconf.py +++ b/projects/cwi/publishconf.py @@ -10,8 +10,9 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = '' +SITEURL = 'http://event.cwi.nl/' RELATIVE_URLS = False +#MENUITEMS = [(title, ''.join((SITEURL, url))) for title, url in MENUITEMS] FEED_ALL_ATOM = 'feeds/all.atom.xml' CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'