Feat: import publishconf

This commit is contained in:
Bertrand Benjamin 2020-06-05 22:07:56 +02:00
parent e130b8f379
commit 453e375772
1 changed files with 4 additions and 3 deletions

View File

@ -10,11 +10,12 @@ import sys
sys.path.append(os.curdir) sys.path.append(os.curdir)
from pelicanconf import * from pelicanconf import *
SITEURL = 'opytex.org' # If your site is available via HTTPS, make sure SITEURL begins with https://
RELATIVE_URLS = True SITEURL = ''
RELATIVE_URLS = False
FEED_ALL_ATOM = 'feeds/all.atom.xml' FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml' CATEGORY_FEED_ATOM = 'feeds/{slug}.atom.xml'
DELETE_OUTPUT_DIRECTORY = True DELETE_OUTPUT_DIRECTORY = True