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 6eb6f79 Update README.md
6eb6f79 is described below
commit 6eb6f795272d1f1ab0ef474c46987f5599418268
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Apr 8 15:06:53 2021 -0700
Update README.md
---
theme/apache/templates/README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/theme/apache/templates/README.md b/theme/apache/templates/README.md
index 32486b9..3b9084d 100644
--- a/theme/apache/templates/README.md
+++ b/theme/apache/templates/README.md
@@ -34,6 +34,7 @@ SITEDOMAIN = '<pmc>.apache.org'
SITEURL = 'https://<pmc>.apache.org'
SITELOGO = 'https://<pmc>.apache.org/images/logo.png'
SITEDESC = u'<pmc desc>'
+SITEREPOSITORY =
'https://github.com/apache/<pmc-site>/blob/<branch>/content/pages/'
TRADEMARKS = u'Apache, the Apache feather logo, and <pmc> are trademarks or
registered trademarks'
CURRENTYEAR = date.today().year
~~~