tree: f7cbd2778ca9fcad609ad43286a68b49c6d34d15 [path history] [tgz]
  1. base.html
  2. README.md
theme/apache/templates/README.md

Apache Theme

Page Templates

  1. base.html - there is only one page type.

Change the base page as necessary and add new page types as required.

See Web Developer for framework and other information.

Pelican Variables set in pelicanconf.py

SITENAME = u'Apache Petri'
SITEDOMAIN = 'petri.apache.org'
SITEURL = 'https://petri.apache.org'
SITELOGO = 'https://petri.apache.org/images/logo.png'
SITEDESC = u'<pmc desc>'
SITEREPOSITORY = 'https://github.com/apache/petri/blob/master/content/pages/'
TRADEMARKS = u'Apache, the Apache feather logo, and Petri are trademarks or registered trademarks'
CURRENTYEAR = date.today().year