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 618d892 Add SITEDOMAIN 618d892 is described below commit 618d89243e35638f5616365b4edc858c50dd7569 Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Thu Apr 8 08:42:15 2021 -0700 Add SITEDOMAIN --- pelicanconf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pelicanconf.py b/pelicanconf.py index 636c7a2..20ca8bb 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -33,6 +33,7 @@ TIMEZONE = 'UTC' DEFAULT_LANG = u'en' AUTHOR = u'Petri Community' SITENAME = u'Apache Petri' +SITEDOMAIN = 'petri.apache.org' 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'