From 7fc9c2cd66c930c43c6ecb3341ff236f72da5874 Mon Sep 17 00:00:00 2001 From: Uwe Kleine-König Date: Fri, 2 Nov 2018 22:25:38 +0100 Subject: use relative URLs and https This makes http and https work. --- publishconf.py | 4 ++-- 1 file 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' -- cgit v1.2.3