Browse Source

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

brandnew
manetta 5 years ago
parent
commit
6d38192ffc
  1. 4
      pelicanconf.py

4
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'},

Loading…
Cancel
Save