/ ‘publishconf.py’

This commit is contained in:
Dooho Yi 2020-05-02 19:55:19 +09:00
parent fcb8710657
commit 5356678ed0

View file

@ -10,7 +10,8 @@ import sys
sys.path.append(os.curdir) sys.path.append(os.curdir)
from pelicanconf import * from pelicanconf import *
SITEURL = '/site/ci/losttr' #SITEURL = '/site/ci/losttr'
SITEURL = ''
RELATIVE_URLS = False RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml' FEED_ALL_ATOM = 'feeds/all.atom.xml'