This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push:
new 455e555 See if Sitemap Plugin is already on Buildbot
455e555 is described below
commit 455e5554affc366e409531af07b83ec14b027f5c
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Mar 25 09:32:59 2021 -0700
See if Sitemap Plugin is already on Buildbot
---
pelicanconf.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pelicanconf.py b/pelicanconf.py
index 4e13b7a..3b12efd 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -68,7 +68,7 @@ AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
# Pelican Plugins
-PLUGIN_PATHS = ['/.theme/plugins', './plugins']
+# PLUGIN_PATHS = ['/.theme/plugins', './plugins']
PLUGINS = ['toc', 'pelican-gfm', 'sitemap']
# TOC Generator