Feat: import publishconf

このコミットが含まれているのは:
Bertrand Benjamin 2020-06-05 22:07:56 +02:00
コミット 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