publish/relative

This commit is contained in:
Marc Beninca 2020-04-12 04:40:51 +02:00
parent d0d0115080
commit eb18ee8816

View file

@ -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'