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 9f1bd7a Add in petri.rdf as a static path 9f1bd7a is described below commit 9f1bd7a5865cab5d82203cee76584e25e22fc92f Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Sun Mar 14 12:16:30 2021 -0700 Add in petri.rdf as a static path --- pelicanconf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index e23b14e..efecbf3 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -46,8 +46,8 @@ PAGES_PATHS = [ 'content' ] SLUGIFY_SOURCE = 'basename' PAGE_SAVE_AS = '{slug}.html' -# We want to serve info.yaml in addition to any images -STATIC_PATHS = [ 'info.yaml', 'images' ] +# We want to serve info.yaml and petri.rdf in addition to any images +STATIC_PATHS = [ 'info.yaml', 'petri.rdf', 'images' ] # We don't use articles, but we don't want pelican to think # that content/ contains articles.