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 46211a6 Update README.md
46211a6 is described below
commit 46211a6246885deb31ed07e919a1db94d5d33fb3
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Apr 8 09:27:02 2021 -0700
Update README.md
---
theme/apache/templates/README.md | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/theme/apache/templates/README.md b/theme/apache/templates/README.md
index ef05833..32486b9 100644
--- a/theme/apache/templates/README.md
+++ b/theme/apache/templates/README.md
@@ -21,7 +21,19 @@ These common parts of the html file are discussed in the
order they are included
2. styles.html - consists of Apache feather Favicon tags, and Bootstrap and
GitHub Markdown Stylesheets. See [Web Developer](../../../DEVELOPER.md).
3. styles.css - consists of custom site CSS overrides. Edit as needed.
4. menu.html - consists of site branding and the top menubar. Edit as needed.
-5. footer.html - consists of the page footer including trademarks, licensing,
and copyright.
+5. footer.html - consists of the page footer including trademarks, licensing,
and copyright. Filled from [pelicanconf.py](../../../pelicanconf.py).
6. scripts.html - consists of Apachecon, JQuery, Bootstrap, and Popper
javascript to be included on every page, loaded last. See [Web
Developer](../../../DEVELOPER.md).
Each of the above files should be edited as needed for the deployed website.
+
+## Pelican Variables set in pelicanconf.py
+
+~~~
+SITENAME = u'Apache <pmc>'
+SITEDOMAIN = '<pmc>.apache.org'
+SITEURL = 'https://<pmc>.apache.org'
+SITELOGO = 'https://<pmc>.apache.org/images/logo.png'
+SITEDESC = u'<pmc desc>'
+TRADEMARKS = u'Apache, the Apache feather logo, and <pmc> are trademarks or
registered trademarks'
+CURRENTYEAR = date.today().year
+~~~