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