This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/openoffice-project.git
The following commit(s) were added to refs/heads/main by this push:
new 96f02fd Add pelicanconf.yaml for buildsite.py processing
new 0018250 Merge branch 'main' of
https://github.com/apache/openoffice-project into main
96f02fd is described below
commit 96f02fd0ebea121210be8d250d8149d46b4cbb5d
Author: Dave Fisher <[email protected]>
AuthorDate: Fri Jul 2 10:06:06 2021 -0700
Add pelicanconf.yaml for buildsite.py processing
---
pelicanconf.yaml | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/pelicanconf.yaml b/pelicanconf.yaml
new file mode 100644
index 0000000..1b9ffd6
--- /dev/null
+++ b/pelicanconf.yaml
@@ -0,0 +1,16 @@
+site:
+ name: Apache OpenOffice
+ description: The official developer website of the Apache OpenOffice open
source project, home of OpenOffice Writer, Calc, Impress, Draw and Base.
+ domain: openoffice.apache.org
+ logo: images/AOO4_website_logo.png
+ repository: https://github.com/apache/openoffice-project/blob/main/content/
+ keys: OpenOffice, Open Office, Apache OpenOffice, Apache Open Office,
OpenOffice.org, Developer, Project, Website, Official, Writer, Calc, Impress,
Draw, Base, ODF, Open Document Format
+
+theme: theme/openoffice
+
+plugins:
+ paths:
+ - theme/plugins
+ use:
+ - asfgenid
+ - gfm
\ No newline at end of file