Feat: import publishconf

这个提交包含在:
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