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 8f36ed0 Add more SITE data variables 8f36ed0 is described below commit 8f36ed0e3bedd0f7bef1037a08c90182d28aff4e Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Thu Apr 8 08:39:37 2021 -0700 Add more SITE data variables --- pelicanconf.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pelicanconf.py b/pelicanconf.py index dff1a4c..636c7a2 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -25,16 +25,18 @@ from datetime import date # import os # import sys -AUTHOR = u'Petri Community' -SITENAME = u'Apache Petri' -CURRENTYEAR = date.today().year PATH = 'content' TIMEZONE = 'UTC' DEFAULT_LANG = u'en' +AUTHOR = u'Petri Community' +SITENAME = u'Apache Petri' 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' +CURRENTYEAR = date.today().year # Save pages using full directory preservation PAGES_PATHS = ['content']