This is an automated email from the ASF dual-hosted git repository.
bdelacretaz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps-site.git
The following commit(s) were added to refs/heads/main by this push:
new 02100c9 Add README + rename site to Apache Baremaps
02100c9 is described below
commit 02100c973890c476004dc2a6323c0a4c025f3e06
Author: Bertrand Delacretaz <[email protected]>
AuthorDate: Thu Nov 17 09:27:39 2022 +0100
Add README + rename site to Apache Baremaps
---
README.md | 23 +++++++++++++++++++++++
_config.yml | 2 +-
2 files changed, 24 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a8d662d
--- /dev/null
+++ b/README.md
@@ -0,0 +1,23 @@
+Apache Baremaps Website
+---
+
+This repository holds the content of the
[baremaps.apache.org](https://baremaps.apache.org/) website.
+
+The website is generated using [Jekyll](https://jekyllrb.com/),
+as configured by the [.asf.yaml
file](https://cwiki.apache.org/confluence/display/INFRA/Git+-+.asf.yaml+features#Git.asf.yamlfeatures-JekyllCMS)
+
+Changes to the `main` branch should be live within a few minutes.
+
+The website builds can be followed on
[ci2.apache.org](https://ci2.apache.org/), the `jekyll_websites``
+builder can be found at https://ci2.apache.org/#/builders/7 as I write this.
+
+The Baremaps source code is at https://github.com/apache/incubator-baremaps
+
+## How to stage changes
+TODO, clarify the `.asf.yaml` setup for this.
+
+## How to test the website locally
+
+There are many ways to do this, including
+
+ docker run -p 4000:4000 -v $(pwd):/site bretfisher/jekyll-serve
diff --git a/_config.yml b/_config.yml
index 4d155a1..b30960d 100644
--- a/_config.yml
+++ b/_config.yml
@@ -1,4 +1,4 @@
-title: Baremaps
+title: Apache Baremaps
repository: apache/incubator-baremaps-site
plugins:
- jekyll-sitemap