Compatibility with pelican 4.0

This commit is contained in:
Fabrice Mouhartem 2019-04-23 19:36:37 +05:30
parent f039e822ee
commit 66632f0a2c
3 changed files with 2 additions and 12 deletions

View File

@ -18,7 +18,7 @@ JINJA_ENVIRONMENT = {'trim_blocks': True, 'lstrip_blocks': True, 'extensions' :
## Footer ## Footer
FOOTER_INCLUDE = 'myfooter.html' FOOTER_INCLUDE = 'myfooter.html'
IGNORE_FILES = [FOOTER_INCLUDE] IGNORE_FILES = [FOOTER_INCLUDE]
EXTRA_TEMPLATES_PATHS = [os.path.dirname(__file__)] THEME_TEMPLATES_OVERRIDES = [os.path.dirname(__file__)]
## Images ## Images
# Static paths # Static paths
@ -30,13 +30,6 @@ TIMEZONE = 'Europe/Paris'
DEFAULT_LANG = 'en' DEFAULT_LANG = 'en'
DEFAULT_DATE_FORMAT = '%Y.%m.%d' DEFAULT_DATE_FORMAT = '%Y.%m.%d'
# Feed generation is usually not desired when developing
FEED_ALL_ATOM = None
CATEGORY_FEED_ATOM = None
TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# Blogroll # Blogroll
LINKS = (('Pelican', 'http://getpelican.com/'), LINKS = (('Pelican', 'http://getpelican.com/'),
('Python.org', 'http://python.org/'), ('Python.org', 'http://python.org/'),

View File

@ -16,9 +16,6 @@ RELATIVE_URLS = False
PIWIK_URL = 'epheme.re/stats/piwik' PIWIK_URL = 'epheme.re/stats/piwik'
PIWIK_SITE_ID = '4' PIWIK_SITE_ID = '4'
FEED_ALL_ATOM = 'feeds/all.atom.xml'
CATEGORY_FEED_ATOM = 'feeds/%s.atom.xml'
DELETE_OUTPUT_DIRECTORY = True DELETE_OUTPUT_DIRECTORY = True
# Following items are often useful when publishing # Following items are often useful when publishing

@ -1 +1 @@
Subproject commit e3bc6df468af4638beaada8c90455a0b77f6e5ac Subproject commit d24d07bb072fae828fdc6115d5377a22a51c0906