Wed, 16 Oct 2019 22:15:12 +0200
move custom plugins in a dedicated directory local-plugins
pelicanconf.py | file | annotate | diff | comparison | revisions |
--- a/pelicanconf.py Wed Oct 16 21:53:47 2019 +0200 +++ b/pelicanconf.py Wed Oct 16 22:15:12 2019 +0200 @@ -73,8 +73,9 @@ STATIC_PATHS = ['images', 'pdfs', 'json'] -PLUGIN_PATHS = ['pelican-plugins', - 'pelican-plugins/pelican-peertube', +PLUGIN_PATHS = ['local-plugins/pelican-peertube', + 'local-plugins', + 'pelican-plugins', ] PLUGINS = ['better_figures_and_images', 'sitemap',