summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2018-04-27 16:56:47 +0200
committerEkaitz Zárraga <ekaitz.zarraga@protonmail.com>2018-04-27 16:56:47 +0200
commit81a783cd6b0ab4e437d969a4053ffb913e597416 (patch)
tree8943f35b45da037dedcde3dc2eaacd1f6ea49251
parente9b06499124e57e3907ffccaea6e7cb9f9d82afa (diff)
Move to HTTP for the moment
-rw-r--r--publishconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/publishconf.py b/publishconf.py
index 04f9e46..98bb4a8 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -10,7 +10,7 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
-SITEURL = 'https://ekaitz.elenq.tech'
+SITEURL = 'http://ekaitz.elenq.tech'
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml'