This is an automated email from the ASF dual-hosted git repository.
gstein 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 190fc25 add .yaml version of pelicanconf
190fc25 is described below
commit 190fc25e84c1347057afdfedf0050cc399a383b8
Author: Greg Stein <[email protected]>
AuthorDate: Tue Jun 22 02:43:32 2021 -0500
add .yaml version of pelicanconf
---
pelicanconf.yaml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/pelicanconf.yaml b/pelicanconf.yaml
new file mode 100644
index 0000000..6eb7017
--- /dev/null
+++ b/pelicanconf.yaml
@@ -0,0 +1,20 @@
+site:
+ name: Apache Petri
+ description: Assists external project communities interested in becoming an
Apache project learn how The ASF works and its views on how to build a healthy
community
+ domain: petri.apache.org
+ logo: images/logo.png
+ repository: https://github.com/apache/petri/blob/master/content/pages/
+ trademarks: Apache, the Apache feather logo, and Petri are trademarks or
registered trademarks
+
+plugins:
+ paths:
+ - theme/plugins
+ use:
+ - toc2
+ - gfm
+
+static:
+ - .htaccess
+ - info.yaml
+ - petri.rdf
+ - images