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 af2842c Add SITEREPOSITORY var af2842c is described below commit af2842c62086680f95312d155d2a0454b35f3a47 Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Thu Apr 8 14:37:53 2021 -0700 Add SITEREPOSITORY var --- pelicanconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pelicanconf.py b/pelicanconf.py index 3d94c63..583b8c5 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -38,6 +38,7 @@ SITEURL = 'https://petri.apache.org' SITELOGO = 'https://petri.apache.org/images/logo.png' SITEDESC = u'Assists external project communities interested in becoming an Apache project learn how The ASF works and its views on how to build a healthy community' TRADEMARKS = u'Apache, the Apache feather logo, and Petri are trademarks or registered trademarks' +SITEREPOSITORY = 'https://github.com/apache/petri-site/blob/master/content/pages/' CURRENTYEAR = date.today().year # Save pages using full directory preservation