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.git
The following commit(s) were added to refs/heads/master by this push: new 2676693 Now uses pelicanconf.yaml 2676693 is described below commit 26766936d0b545c1d906125f750256a6fc143650 Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Fri Aug 20 11:25:21 2021 -0700 Now uses pelicanconf.yaml --- theme/apache/templates/README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/theme/apache/templates/README.md b/theme/apache/templates/README.md index 9fa222d..ff5dae9 100644 --- a/theme/apache/templates/README.md +++ b/theme/apache/templates/README.md @@ -8,15 +8,3 @@ Change the base page as necessary and add new page types as required. See [Web Developer](../../../DEVELOPER.md) for framework and other information. -## Pelican Variables set in [pelicanconf.py](../../../pelicanconf.py) - -~~~python -SITENAME = u'Apache Petri' -SITEDOMAIN = 'petri.apache.org' -SITEURL = 'https://petri.apache.org' -SITELOGO = 'https://petri.apache.org/images/logo.png' -SITEDESC = u'<pmc desc>' -SITEREPOSITORY = 'https://github.com/apache/petri/blob/master/content/pages/' -TRADEMARKS = u'Apache, the Apache feather logo, and Petri are trademarks or registered trademarks' -CURRENTYEAR = date.today().year -~~~