we disabled the plugins for now, and focus on the styling, content and structure

This commit is contained in:
manetta 2019-02-13 17:41:03 +01:00
parent 6da90f2e1b
commit 6d38192ffc

View File

@ -25,8 +25,8 @@ DEFAULT_PAGINATION = False
THEME = 'themes/varia'
THEME_STATIC_DIR = 'theme'
PLUGIN_PATHS = ['plugins/pelican-plugins', 'plugins/plugins-custom']
PLUGINS = ['dateish', 'extract_toc', 'i18n_subsites', 'summary', 'events-ics','complex_footnotes', 'stream', 'thumbnailer']
# PLUGIN_PATHS = ['plugins/pelican-plugins', 'plugins/plugins-custom']
# PLUGINS = ['dateish', 'extract_toc', 'i18n_subsites', 'summary', 'events-ics','complex_footnotes', 'stream', 'thumbnailer']
STATIC_PATHS = ['favicon.ico', 'images', 'pdfs', 'stream']
EXTRA_PATH_METADATA = {
'extra/robots.txt': {'path': 'robots.txt'},