From eb18ee88169e733a5f626fde18d5432fcb1b2b3b Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Sun, 12 Apr 2020 04:40:51 +0200 Subject: [PATCH] publish/relative --- publishconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/publishconf.py b/publishconf.py index 9fa49a8..054d73e 100644 --- a/publishconf.py +++ b/publishconf.py @@ -3,8 +3,8 @@ import sys sys.path.append(os.curdir) from pelicanconf import * -SITEURL = 'https://blog.rwx.work' -RELATIVE_URLS = False +SITEURL = '' +RELATIVE_URLS = True FEED_ALL_ATOM = 'feeds/all.atom.xml' CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'