Feat: import publishconf

This commit is contained in:
Bertrand Benjamin 2020-06-05 22:07:56 +02:00
父節點 e130b8f379
當前提交 453e375772
共有 1 個檔案被更改,包括 4 行新增3 行删除

查看文件

@ -10,11 +10,12 @@ import sys
sys.path.append(os.curdir)
from pelicanconf import *
SITEURL = 'opytex.org'
RELATIVE_URLS = True
# If your site is available via HTTPS, make sure SITEURL begins with https://
SITEURL = ''
RELATIVE_URLS = False
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