From ef30c6b16cfa78a93a88ad50d25c77e778ad1bc2 Mon Sep 17 00:00:00 2001 From: David Runge Date: Mon, 4 Apr 2016 13:47:54 +0200 Subject: publishconf.py: Adding SITEURL. --- publishconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'publishconf.py') diff --git a/publishconf.py b/publishconf.py index 85ff8ef..303b55f 100644 --- a/publishconf.py +++ b/publishconf.py @@ -10,7 +10,7 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = '' +SITEURL = 'https://sleepmap.de' RELATIVE_URLS = False FEED_ALL_ATOM = 'feeds/all.atom.xml' -- cgit v1.2.3-54-g00ecf