diff --git a/publishconf.py b/publishconf.py index d4949c4..6741a62 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,11 +10,12 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'opytex.org' -RELATIVE_URLS = True +# If your site is available via HTTPS, make sure SITEURL begins with https:// +SITEURL = '' +RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' +CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' DELETE_OUTPUT_DIRECTORY = True