move custom plugins in a dedicated directory local-plugins

Wed, 16 Oct 2019 22:15:12 +0200

author
David Douard <david.douard@sdfa3.org>
date
Wed, 16 Oct 2019 22:15:12 +0200
changeset 116
dad9b39691de
parent 115
6b6e13653348
child 117
6d0820cef446

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

mercurial