summaryrefslogtreecommitdiff
path: root/publishconf.py
diff options
context:
space:
mode:
authorUwe Kleine-König <uwe@kleine-koenig.org>2018-11-02 22:25:38 +0100
committerUwe Kleine-König <uwe@kleine-koenig.org>2018-11-02 22:25:43 +0100
commit7fc9c2cd66c930c43c6ecb3341ff236f72da5874 (patch)
tree36b9970a1bc1219dd2a225b851168e0b8f8fe212 /publishconf.py
parentbca23d3b08c803cb1013b0ce709118a0391cb637 (diff)
use relative URLs and https
This makes http and https work.
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'