This is an automated email from the ASF dual-hosted git repository.

chandan pushed a commit to branch chandan/skeleton
in repository https://gitbox.apache.org/repos/asf/buildstream-site.git

commit ed61e246e81ecd6e921d9f22c8d0d3fefad6b9bc
Author: Chandan Singh <[email protected]>
AuthorDate: Tue Sep 19 22:04:52 2023 +0100

    pelicanconf.yaml: Add initial Pelican config
---
 pelicanconf.yaml | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/pelicanconf.yaml b/pelicanconf.yaml
new file mode 100644
index 0000000..56131c5
--- /dev/null
+++ b/pelicanconf.yaml
@@ -0,0 +1,21 @@
+# Cargo-culted from https://infra.apache.org/asf-pelican-config.html
+
+site:
+  name: Apache BuildStream
+  description: BuildStream, the software integration tool
+  domain: buildstream.apache.org
+  # TODO: Replace with BuildStream logo
+  logo: images/logo.png
+  repository: https://github.com/apache/buildstream-site
+  trademarks: Apache, the Apache feather logo, and BuildStream are trademarks 
or registered trademarks
+
+theme: theme/apache
+
+genid:
+  unsafe: yes
+  metadata: yes
+  elements: yes
+  headings_depth: 4
+  permalinks: yes
+  toc_depth: 4
+  tables: yes

Reply via email to