This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/main by this push:
new 0df3578 Adjust pelicanconf.py to turn off PLUGINS_PATH
0df3578 is described below
commit 0df35787b25a6aa762c41884c88b6fa93c3204d3
Author: Dave Fisher <[email protected]>
AuthorDate: Wed Nov 11 10:08:01 2020 -0800
Adjust pelicanconf.py to turn off PLUGINS_PATH
---
pelicanconf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pelicanconf.py b/pelicanconf.py
index 655bf6d..ed89c08 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -48,7 +48,7 @@ AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# TOC Generator
-PLUGIN_PATHS = ['./theme/plugins']
+#PLUGIN_PATHS = ['./theme/plugins']
#PLUGINS = ['toc']
TOC_HEADERS = r"h[1-6]"