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 d3bb3d2 Create README.md
d3bb3d2 is described below
commit d3bb3d2c6c1a7524743407889b539d1af8c8eaec
Author: Dave Fisher <[email protected]>
AuthorDate: Fri Mar 12 11:06:15 2021 -0800
Create README.md
---
README.md | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..ff7d05d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,22 @@
+# petri-site
+[Apache Petri Website](https://petri.apache.org/)
+
+This repository provides the source code for the Apache Petri website.
+The website is built with [Pelican](https://blog.getpelican.com).
+ASF CI/CD is via a [.asf.yaml
file](https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features).
+
+- [Templates](theme/apache/templates)
+- [CSS](theme/apache/status/css)
+- [Images](content/images)
+- [Pages](content/pages)
+- [Pelican Configuration](pelicanconf.py)
+- [ASF YAML build](.asf.yaml)
+
+Javascript frameworks available are:
+- [JQuery](https://code.jquery.com/jquery-3.3.1.slim.min.js)
+-
[Popper](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js)
+-
[Bootstrap](https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js)
+
+CSS framerwoks available are:
+-
[Bootstrap](https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css)
+- [Github
Markdown](https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/3.0.1/github-markdown.min.css)