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 8d7a793 Proper call out of plugins
8d7a793 is described below
commit 8d7a7936b2fbb435134c55a70c1a33030cf50e56
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Mar 18 12:05:35 2021 -0700
Proper call out of plugins
---
pelicanconf.py | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pelicanconf.py b/pelicanconf.py
index 6f70e27..faae238 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -66,14 +66,14 @@ TRANSLATION_FEED_ATOM = None
AUTHOR_FEED_ATOM = None
AUTHOR_FEED_RSS = None
+# Pelican Plugins
+PLUGIN_PATHS = ['/.theme/plugins', './plugins']
+PLUGINS = ['toc', 'pelican-gfm', 'sitemap']
+
# TOC Generator
-# PLUGIN_PATHS = ['./theme/plugins']
-# PLUGINS = ['toc']
TOC_HEADERS = r"h[1-6]"
# Sitemap Generator
-PLUGIN_PATHS = ['/.theme/plugins', './plugins']
-# PLUGINS = ['sitemap']
SITEMAP = {
"exclude": ["tag/", "category/"],
"format": "xml",