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 ad8f969  Update pelicanconf.py
ad8f969 is described below

commit ad8f9692a786aeb9f0453b3ff6a4bb392213d369
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Mar 18 11:51:49 2021 -0700

    Update pelicanconf.py
---
 pelicanconf.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 5052431..1df45aa 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -69,10 +69,10 @@ AUTHOR_FEED_RSS = None
 # TOC Generator
 # PLUGIN_PATHS = ['./theme/plugins']
 # PLUGINS = ['toc']
-# TOC_HEADERS = r"h[1-6]"
+TOC_HEADERS = r"h[1-6]"
 
 # Sitemap Generator
-PLUGIN_PATHS = ['./plugins']
+PLUGIN_PATHS = ['/.theme/plugins', './plugins']
 PLUGINS = ['sitemap']
 SITEMAP = {
     "exclude": ["tag/", "category/"],

Reply via email to