You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@baremaps.apache.org by bc...@apache.org on 2022/11/15 11:53:28 UTC

[incubator-baremaps] branch main updated: Enable github pages (#536)

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

bchapuis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git


The following commit(s) were added to refs/heads/main by this push:
     new 5797fd07 Enable github pages (#536)
5797fd07 is described below

commit 5797fd07832d71426e415b6b5ab012d87d89a3e5
Author: Bertil Chapuis <bc...@gmail.com>
AuthorDate: Tue Nov 15 12:53:24 2022 +0100

    Enable github pages (#536)
    
    * Enable github pages
    
    * Rename the docs directory into site
---
 .asf.yaml                                                   |   2 ++
 README.md                                                   |   2 +-
 {docs => site}/CNAME                                        |   0
 {docs => site}/Gemfile                                      |   0
 {docs => site}/_config.yml                                  |   0
 {docs => site}/_data/menu.yaml                              |   0
 {docs => site}/_layouts/default.html                        |   0
 {docs => site}/_layouts/home.html                           |   0
 {docs => site}/_sass/normalize.scss                         |   0
 {docs => site}/_sass/skeleton.scss                          |   0
 {docs => site}/_sass/style.scss                             |   0
 {docs => site}/about.md                                     |   0
 {docs => site}/assets/css/main.scss                         |   0
 {docs => site}/assets/demo.html                             |   0
 {docs => site}/assets/screenshot.jpg                        | Bin
 {docs => site}/assets/style.json                            |   0
 {docs => site}/examples/contour/index.md                    |   0
 {docs => site}/examples/contour/indexes.sql                 |   0
 .../examples/contour/liecthenstein-aster-dem-v2-3857.tif    | Bin
 .../examples/contour/liecthenstein-aster-dem-v2.tif         | Bin
 {docs => site}/examples/contour/style.json                  |   0
 {docs => site}/examples/contour/tileset.json                |   0
 {docs => site}/examples/extrusion/index.md                  |   0
 {docs => site}/examples/extrusion/indexes.sql               |   0
 {docs => site}/examples/extrusion/screenshot.png            | Bin
 {docs => site}/examples/extrusion/style.json                |   0
 {docs => site}/examples/extrusion/tileset.json              |   0
 {docs => site}/examples/extrusion/workflow.json             |   0
 {docs => site}/examples/geoadmin/index.md                   |   0
 {docs => site}/examples/geoadmin/style.json                 |   0
 {docs => site}/examples/geoadmin/tileset.json               |   0
 {docs => site}/examples/geoadmin/tileset.yaml               |   0
 {docs => site}/examples/index.md                            |   0
 {docs => site}/examples/naturalearth/index.md               |   0
 {docs => site}/examples/naturalearth/indexes.sql            |   0
 {docs => site}/examples/naturalearth/style.json             |   0
 {docs => site}/examples/naturalearth/tileset.json           |   0
 {docs => site}/examples/naturalearth/workflow.json          |   0
 {docs => site}/examples/openstreetmap/database.png          | Bin
 {docs => site}/examples/openstreetmap/index.md              |   0
 {docs => site}/examples/openstreetmap/indexes.sql           |   0
 .../examples/openstreetmap/liechtenstein-latest.osm.pbf     | Bin
 {docs => site}/examples/openstreetmap/screenshot.png        | Bin
 {docs => site}/examples/openstreetmap/style.js              |   0
 {docs => site}/examples/openstreetmap/style.json            |   0
 {docs => site}/examples/openstreetmap/tileset.json          |   0
 {docs => site}/examples/openstreetmap/workflow.json         |   0
 {docs => site}/examples/serving-vector-tiles.md             |   0
 {docs => site}/favicon.ico                                  | Bin
 {docs => site}/index.html                                   |   0
 {docs => site}/installation.md                              |   0
 {docs => site}/notes/java-nio.md                            |   0
 {docs => site}/notes/postgis.md                             |   0
 {docs => site}/release.md                                   |   0
 {docs => site}/stylesheet.md                                |   0
 55 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.asf.yaml b/.asf.yaml
index b469b5f0..88947dd6 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -17,6 +17,8 @@
 github:
   description: Create custom vector tiles from OpenStreetMap and other data sources with Postgis and Java.
   homepage: www.baremaps.com
+  ghp_branch: main
+  ghp_path: /site
   labels:
     - java 
     - vector-tiles 
diff --git a/README.md b/README.md
index 30c529ba..4f9d281d 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@
 
 [Baremaps](https://www.baremaps.com/) is a toolkit for creating custom vector tiles from [OpenStreetMap](https://www.openstreetmap.org) and other data sources with Postgis and Java. The project is licensed under [Apache License 2.0](LICENSE).
 
-[![State of the map](/docs/assets/screenshot.jpg)](https://www.baremaps.com/assets/demo.html)
+[![State of the map](/site/assets/screenshot.jpg)](https://www.baremaps.com/assets/demo.html)
 
 Baremaps is inspired by [Osmosis](https://github.com/openstreetmap/osmosis), but it comes with additional features, such as the ability to:
 -   Process data in parallel with the [Stream API](https://docs.oracle.com/javase/8/docs/api/java/util/stream/package-summary.html) introduced in Java 8
diff --git a/docs/CNAME b/site/CNAME
similarity index 100%
rename from docs/CNAME
rename to site/CNAME
diff --git a/docs/Gemfile b/site/Gemfile
similarity index 100%
rename from docs/Gemfile
rename to site/Gemfile
diff --git a/docs/_config.yml b/site/_config.yml
similarity index 100%
rename from docs/_config.yml
rename to site/_config.yml
diff --git a/docs/_data/menu.yaml b/site/_data/menu.yaml
similarity index 100%
rename from docs/_data/menu.yaml
rename to site/_data/menu.yaml
diff --git a/docs/_layouts/default.html b/site/_layouts/default.html
similarity index 100%
rename from docs/_layouts/default.html
rename to site/_layouts/default.html
diff --git a/docs/_layouts/home.html b/site/_layouts/home.html
similarity index 100%
rename from docs/_layouts/home.html
rename to site/_layouts/home.html
diff --git a/docs/_sass/normalize.scss b/site/_sass/normalize.scss
similarity index 100%
rename from docs/_sass/normalize.scss
rename to site/_sass/normalize.scss
diff --git a/docs/_sass/skeleton.scss b/site/_sass/skeleton.scss
similarity index 100%
rename from docs/_sass/skeleton.scss
rename to site/_sass/skeleton.scss
diff --git a/docs/_sass/style.scss b/site/_sass/style.scss
similarity index 100%
rename from docs/_sass/style.scss
rename to site/_sass/style.scss
diff --git a/docs/about.md b/site/about.md
similarity index 100%
rename from docs/about.md
rename to site/about.md
diff --git a/docs/assets/css/main.scss b/site/assets/css/main.scss
similarity index 100%
rename from docs/assets/css/main.scss
rename to site/assets/css/main.scss
diff --git a/docs/assets/demo.html b/site/assets/demo.html
similarity index 100%
rename from docs/assets/demo.html
rename to site/assets/demo.html
diff --git a/docs/assets/screenshot.jpg b/site/assets/screenshot.jpg
similarity index 100%
rename from docs/assets/screenshot.jpg
rename to site/assets/screenshot.jpg
diff --git a/docs/assets/style.json b/site/assets/style.json
similarity index 100%
rename from docs/assets/style.json
rename to site/assets/style.json
diff --git a/docs/examples/contour/index.md b/site/examples/contour/index.md
similarity index 100%
rename from docs/examples/contour/index.md
rename to site/examples/contour/index.md
diff --git a/docs/examples/contour/indexes.sql b/site/examples/contour/indexes.sql
similarity index 100%
rename from docs/examples/contour/indexes.sql
rename to site/examples/contour/indexes.sql
diff --git a/docs/examples/contour/liecthenstein-aster-dem-v2-3857.tif b/site/examples/contour/liecthenstein-aster-dem-v2-3857.tif
similarity index 100%
rename from docs/examples/contour/liecthenstein-aster-dem-v2-3857.tif
rename to site/examples/contour/liecthenstein-aster-dem-v2-3857.tif
diff --git a/docs/examples/contour/liecthenstein-aster-dem-v2.tif b/site/examples/contour/liecthenstein-aster-dem-v2.tif
similarity index 100%
rename from docs/examples/contour/liecthenstein-aster-dem-v2.tif
rename to site/examples/contour/liecthenstein-aster-dem-v2.tif
diff --git a/docs/examples/contour/style.json b/site/examples/contour/style.json
similarity index 100%
rename from docs/examples/contour/style.json
rename to site/examples/contour/style.json
diff --git a/docs/examples/contour/tileset.json b/site/examples/contour/tileset.json
similarity index 100%
rename from docs/examples/contour/tileset.json
rename to site/examples/contour/tileset.json
diff --git a/docs/examples/extrusion/index.md b/site/examples/extrusion/index.md
similarity index 100%
rename from docs/examples/extrusion/index.md
rename to site/examples/extrusion/index.md
diff --git a/docs/examples/extrusion/indexes.sql b/site/examples/extrusion/indexes.sql
similarity index 100%
rename from docs/examples/extrusion/indexes.sql
rename to site/examples/extrusion/indexes.sql
diff --git a/docs/examples/extrusion/screenshot.png b/site/examples/extrusion/screenshot.png
similarity index 100%
rename from docs/examples/extrusion/screenshot.png
rename to site/examples/extrusion/screenshot.png
diff --git a/docs/examples/extrusion/style.json b/site/examples/extrusion/style.json
similarity index 100%
rename from docs/examples/extrusion/style.json
rename to site/examples/extrusion/style.json
diff --git a/docs/examples/extrusion/tileset.json b/site/examples/extrusion/tileset.json
similarity index 100%
rename from docs/examples/extrusion/tileset.json
rename to site/examples/extrusion/tileset.json
diff --git a/docs/examples/extrusion/workflow.json b/site/examples/extrusion/workflow.json
similarity index 100%
rename from docs/examples/extrusion/workflow.json
rename to site/examples/extrusion/workflow.json
diff --git a/docs/examples/geoadmin/index.md b/site/examples/geoadmin/index.md
similarity index 100%
rename from docs/examples/geoadmin/index.md
rename to site/examples/geoadmin/index.md
diff --git a/docs/examples/geoadmin/style.json b/site/examples/geoadmin/style.json
similarity index 100%
rename from docs/examples/geoadmin/style.json
rename to site/examples/geoadmin/style.json
diff --git a/docs/examples/geoadmin/tileset.json b/site/examples/geoadmin/tileset.json
similarity index 100%
rename from docs/examples/geoadmin/tileset.json
rename to site/examples/geoadmin/tileset.json
diff --git a/docs/examples/geoadmin/tileset.yaml b/site/examples/geoadmin/tileset.yaml
similarity index 100%
rename from docs/examples/geoadmin/tileset.yaml
rename to site/examples/geoadmin/tileset.yaml
diff --git a/docs/examples/index.md b/site/examples/index.md
similarity index 100%
rename from docs/examples/index.md
rename to site/examples/index.md
diff --git a/docs/examples/naturalearth/index.md b/site/examples/naturalearth/index.md
similarity index 100%
rename from docs/examples/naturalearth/index.md
rename to site/examples/naturalearth/index.md
diff --git a/docs/examples/naturalearth/indexes.sql b/site/examples/naturalearth/indexes.sql
similarity index 100%
rename from docs/examples/naturalearth/indexes.sql
rename to site/examples/naturalearth/indexes.sql
diff --git a/docs/examples/naturalearth/style.json b/site/examples/naturalearth/style.json
similarity index 100%
rename from docs/examples/naturalearth/style.json
rename to site/examples/naturalearth/style.json
diff --git a/docs/examples/naturalearth/tileset.json b/site/examples/naturalearth/tileset.json
similarity index 100%
rename from docs/examples/naturalearth/tileset.json
rename to site/examples/naturalearth/tileset.json
diff --git a/docs/examples/naturalearth/workflow.json b/site/examples/naturalearth/workflow.json
similarity index 100%
rename from docs/examples/naturalearth/workflow.json
rename to site/examples/naturalearth/workflow.json
diff --git a/docs/examples/openstreetmap/database.png b/site/examples/openstreetmap/database.png
similarity index 100%
rename from docs/examples/openstreetmap/database.png
rename to site/examples/openstreetmap/database.png
diff --git a/docs/examples/openstreetmap/index.md b/site/examples/openstreetmap/index.md
similarity index 100%
rename from docs/examples/openstreetmap/index.md
rename to site/examples/openstreetmap/index.md
diff --git a/docs/examples/openstreetmap/indexes.sql b/site/examples/openstreetmap/indexes.sql
similarity index 100%
rename from docs/examples/openstreetmap/indexes.sql
rename to site/examples/openstreetmap/indexes.sql
diff --git a/docs/examples/openstreetmap/liechtenstein-latest.osm.pbf b/site/examples/openstreetmap/liechtenstein-latest.osm.pbf
similarity index 100%
rename from docs/examples/openstreetmap/liechtenstein-latest.osm.pbf
rename to site/examples/openstreetmap/liechtenstein-latest.osm.pbf
diff --git a/docs/examples/openstreetmap/screenshot.png b/site/examples/openstreetmap/screenshot.png
similarity index 100%
rename from docs/examples/openstreetmap/screenshot.png
rename to site/examples/openstreetmap/screenshot.png
diff --git a/docs/examples/openstreetmap/style.js b/site/examples/openstreetmap/style.js
similarity index 100%
rename from docs/examples/openstreetmap/style.js
rename to site/examples/openstreetmap/style.js
diff --git a/docs/examples/openstreetmap/style.json b/site/examples/openstreetmap/style.json
similarity index 100%
rename from docs/examples/openstreetmap/style.json
rename to site/examples/openstreetmap/style.json
diff --git a/docs/examples/openstreetmap/tileset.json b/site/examples/openstreetmap/tileset.json
similarity index 100%
rename from docs/examples/openstreetmap/tileset.json
rename to site/examples/openstreetmap/tileset.json
diff --git a/docs/examples/openstreetmap/workflow.json b/site/examples/openstreetmap/workflow.json
similarity index 100%
rename from docs/examples/openstreetmap/workflow.json
rename to site/examples/openstreetmap/workflow.json
diff --git a/docs/examples/serving-vector-tiles.md b/site/examples/serving-vector-tiles.md
similarity index 100%
rename from docs/examples/serving-vector-tiles.md
rename to site/examples/serving-vector-tiles.md
diff --git a/docs/favicon.ico b/site/favicon.ico
similarity index 100%
rename from docs/favicon.ico
rename to site/favicon.ico
diff --git a/docs/index.html b/site/index.html
similarity index 100%
rename from docs/index.html
rename to site/index.html
diff --git a/docs/installation.md b/site/installation.md
similarity index 100%
rename from docs/installation.md
rename to site/installation.md
diff --git a/docs/notes/java-nio.md b/site/notes/java-nio.md
similarity index 100%
rename from docs/notes/java-nio.md
rename to site/notes/java-nio.md
diff --git a/docs/notes/postgis.md b/site/notes/postgis.md
similarity index 100%
rename from docs/notes/postgis.md
rename to site/notes/postgis.md
diff --git a/docs/release.md b/site/release.md
similarity index 100%
rename from docs/release.md
rename to site/release.md
diff --git a/docs/stylesheet.md b/site/stylesheet.md
similarity index 100%
rename from docs/stylesheet.md
rename to site/stylesheet.md