You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@petri.apache.org by wa...@apache.org on 2021/08/20 18:25:23 UTC

[petri] branch master updated: Now uses pelicanconf.yaml

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.git


The following commit(s) were added to refs/heads/master by this push:
     new 2676693  Now uses pelicanconf.yaml
2676693 is described below

commit 26766936d0b545c1d906125f750256a6fc143650
Author: Dave Fisher <da...@comcast.net>
AuthorDate: Fri Aug 20 11:25:21 2021 -0700

    Now uses pelicanconf.yaml
---
 theme/apache/templates/README.md | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/theme/apache/templates/README.md b/theme/apache/templates/README.md
index 9fa222d..ff5dae9 100644
--- a/theme/apache/templates/README.md
+++ b/theme/apache/templates/README.md
@@ -8,15 +8,3 @@ Change the base page as necessary and add new page types as required.
 
 See [Web Developer](../../../DEVELOPER.md) for framework and other information.
 
-## Pelican Variables set in [pelicanconf.py](../../../pelicanconf.py)
-
-~~~python
-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
-~~~