/ ‘publishconf.py’
This commit is contained in:
parent
f91ee8dcc2
commit
5052a8f5b8
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ import sys
|
||||||
sys.path.append(os.curdir)
|
sys.path.append(os.curdir)
|
||||||
from pelicanconf import *
|
from pelicanconf import *
|
||||||
|
|
||||||
SITEURL = '/site/pelican'
|
SITEURL = '/site/ci/pelican'
|
||||||
RELATIVE_URLS = False
|
RELATIVE_URLS = False
|
||||||
|
|
||||||
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
FEED_ALL_ATOM = 'feeds/all.atom.xml'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue