diff --git a/pelicanconf.py b/pelicanconf.py index 6ac5e5d..43a19c5 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -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'},