]> oss.titaniummirror.com Git - webber.git/blobdiff - in/configuration.md
webber.py: add plugin_dirs[] configuration
[webber.git] / in / configuration.md
index ed5648f7f4f2bfb18f4418e6e46267be924349b4..4e785c9039ae08cce9a00b6f3f09284b5379ab83 100644 (file)
@@ -27,6 +27,9 @@ Webber expects a `webber.conf` file in it's root directory. It should look like
                "read_markdown",
                "template_mako",
                ]
+       plugin_dirs: [
+               "my_plugins"
+               ]
        exclude_dir: [
                "webber.conf",
                "*.tmpl",
@@ -65,7 +68,12 @@ Encoding ('utf-8', 'iso-8859-1' etc) used when writing the final HTML pages.
 
 == plugins ==
 
-List of [[plugins]] to load.
+List of  to load.
+
+== plugin_dirs ==
+
+List of directories that should be search for [[plugins]]. Can be empty or
+completely omitted.
 
 == exclude_dirs ==