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 c9b7cac Create template theme readme c9b7cac is described below commit c9b7cac3b3be81f1a7937f490cea7c222418cafe Author: Dave Fisher <dave2w...@comcast.net> AuthorDate: Thu Apr 8 07:54:55 2021 -0700 Create template theme readme --- theme/apache/templates/README.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/theme/apache/templates/README.md b/theme/apache/templates/README.md new file mode 100644 index 0000000..1cc184e --- /dev/null +++ b/theme/apache/templates/README.md @@ -0,0 +1,26 @@ +# Apache Theme + +The Apache Theme included here consists two types of html files. + +1. Page templates. + There should be one template for each page type. +3. HTML fragments. + There are fragments for different common parts of an html file. + +## Page Templates + +1. base.html - there is only one page type. + +Change the base page as necessary and add new page types as required. + +## HTML Fragments + +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. + +Each of the above files should be edited as needed for the deployed website.