publish/relative
This commit is contained in:
parent
d0d0115080
commit
eb18ee8816
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ import sys
|
||||||
sys.path.append(os.curdir)
|
sys.path.append(os.curdir)
|
||||||
from pelicanconf import *
|
from pelicanconf import *
|
||||||
|
|
||||||
SITEURL = 'https://blog.rwx.work'
|
SITEURL = ''
|
||||||
RELATIVE_URLS = False
|
RELATIVE_URLS = True
|
||||||
|
|
||||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||||
CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
|
CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
|
||||||
|
|
Loading…
Reference in a new issue