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 7ce61bd Update README.md
7ce61bd is described below
commit 7ce61bddced4d200df2d39e4fd59719712aea71e
Author: Dave Fisher <[email protected]>
AuthorDate: Thu Apr 8 08:58:46 2021 -0700
Update README.md
---
theme/apache/templates/README.md | 11 ++++++-----
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/theme/apache/templates/README.md b/theme/apache/templates/README.md
index 1cc184e..ef05833 100644
--- a/theme/apache/templates/README.md
+++ b/theme/apache/templates/README.md
@@ -17,10 +17,11 @@ Change the base page as necessary and add new page types as
required.
These common parts of the html file are discussed in the order they are
included in pages.
-1. meta.html - consists of OpenGraph meta tags for the website.
-2. styles.html - consists of Favicon tags and CSS Stylesheets.
-3. menu.html - consists of site branding and the top menubar.
-4. footer.html - consists of the page footer including trademarks, licensing,
and copyright.
-5. scripts.html - consists of javascripts to be included on every page, loaded
last.
+1. meta.html - consists of OpenGraph meta tags for the website. Filled from
[pelicanconf.py](../../../pelicanconf.py).
+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.
+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.