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'