You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2021/03/25 16:43:37 UTC

[petri-site] branch master updated: Sitemap plugin is provided

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 d432581  Sitemap plugin is provided
d432581 is described below

commit d4325810ccf37a226cbe06b94b97ac50765fa817
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Thu Mar 25 09:43:28 2021 -0700

    Sitemap plugin is provided
---
 pelicanconf.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pelicanconf.py b/pelicanconf.py
index 6b61c3a..46104fc 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']
+# The provided location. If the buildbot does not have a new plugin then look into requirements.txt
 PLUGIN_PATHS = ['./plugins']
 PLUGINS = ['toc', 'pelican-gfm', 'sitemap']