summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2018-12-09 18:40:44 +0100
committerEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2018-12-09 18:40:44 +0100
commita4d86dd7ea5090dd0bbba404c949844ffe0f780c (patch)
treeb2cd801397304066b2adfee24619af2c4a9e830c
parent2e964fe40725eb85c418d00e782f1aab36e89e8b (diff)
update publishconfig
-rw-r--r--publishconf.py7
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