This commit is contained in:
Marc Beninca 2021-11-08 23:56:25 +01:00
parent 70b7849fde
commit 0c581ece64

View file

@ -3,7 +3,7 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = ''
SITEURL = 'https://blog.rwx.work'
RELATIVE_URLS = True
FEED_ALL_ATOM = 'feeds/all.atom.xml'