This is an automated email from the ASF dual-hosted git repository.

wave pushed a commit to branch dave2wave-patch-2
in repository https://gitbox.apache.org/repos/asf/petri-site.git

commit 8c023de7f8f8a8f569013ebefdd679c83059d8ca
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Apr 12 12:44:38 2021 -0700

    Update README.md
---
 theme/apache/templates/README.md | 22 ++++++++++------------
 1 file changed, 10 insertions(+), 12 deletions(-)

diff --git a/theme/apache/templates/README.md b/theme/apache/templates/README.md
index 2c4a875..51f1f64 100644
--- a/theme/apache/templates/README.md
+++ b/theme/apache/templates/README.md
@@ -1,11 +1,11 @@
 # Apache Theme
 
-The Apache Theme included here consists two types of html files.
+The Apache Theme included here consists two types of files.
 
 1. Page templates.
   There should be one template for each page type.
-2. HTML fragments.
-  There are fragments for different common parts of an html file.
+2. CSS stylesheets.
+  There are css overrides for the site and/or template.
 
 ## Page Templates
 
@@ -13,20 +13,18 @@ The Apache Theme included here consists two types of html 
files.
 
 Change the base page as necessary and add new page types as required.
 
-## HTML Fragments
+## CSS Stylesheets
 
-These common parts of the html file are discussed in the order they are 
included in pages.
+These are site or template specific overrides to the stylesheet frameworks.
+You can choose to include these in your template, or you can move the file 
into your assets.
 
-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. 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).
+1. styles.css - consists of custom site CSS overrides. Edit as needed.
+
+See [Web Developer](../../../DEVELOPER.md) for framework and other information.
 
 Each of the above files should be edited as needed for the deployed website.
 
-## Pelican Variables set in pelicanconf.py
+## Pelican Variables set in [pelicanconf.py](../../../pelicanconf.py)
 
 ~~~python
 SITENAME = u'Apache <pmc>'

Reply via email to