summaryrefslogtreecommitdiff
path: root/publishconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'publishconf.py')
-rw-r--r--publishconf.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/publishconf.py b/publishconf.py
index e5735f9..48d3b53 100644
--- a/publishconf.py
+++ b/publishconf.py
@@ -10,8 +10,8 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
-SITEURL = 'http://lug-freiburg.de'
-RELATIVE_URLS = False
+SITEURL = 'https://www.lug-freiburg.de'
+RELATIVE_URLS = True
FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'