diff options
-rw-r--r-- | publishconf.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/publishconf.py b/publishconf.py index 98bb4a8..601470f 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,10 +10,11 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'http://ekaitz.elenq.tech' -RELATIVE_URLS = False +SITEURL = 'https://ekaitz.elenq.tech' +#RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' -CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' +#CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml' +#AUTHOR_FEED_ATOM = 'feeds/{slug}.atom.xml' DELETE_OUTPUT_DIRECTORY = True |