diff --git a/publishconf.py b/publishconf.py index a038a4bee060407694973f25394f639468c2e78b..e0a665faf69aa8d9c28e7a6ffb1ae29c82e04ff9 100644 --- a/publishconf.py +++ b/publishconf.py @@ -11,12 +11,9 @@ sys.path.append(os.curdir) from pelicanconf import * SITEURL = '/hackit15' -RELATIVE_URLS = False +RELATIVE_URLS = True -FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' - -DELETE_OUTPUT_DIRECTORY = True +# DELETE_OUTPUT_DIRECTORY = True # Following items are often useful when publishing