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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new 7a468d6  Automatic Site Publish by Buildbot
7a468d6 is described below

commit 7a468d6f9d4e9dcbf29e250caaff47abad53bd7c
Author: buildbot <[email protected]>
AuthorDate: Thu Nov 17 08:28:20 2022 +0000

    Automatic Site Publish by Buildbot
---
 output/README.md                         | 23 +++++++++++++++++++++++
 output/about/index.html                  |  4 ++--
 output/examples/contour/index.html       |  4 ++--
 output/examples/extrusion/index.html     |  4 ++--
 output/examples/geoadmin/index.html      |  4 ++--
 output/examples/index.html               |  4 ++--
 output/examples/naturalearth/index.html  |  4 ++--
 output/examples/openstreetmap/index.html |  4 ++--
 output/index.html                        |  4 ++--
 output/installation/index.html           |  4 ++--
 output/sitemap.xml                       |  2 +-
 output/stylesheet/index.html             |  4 ++--
 12 files changed, 44 insertions(+), 21 deletions(-)

diff --git a/output/README.md b/output/README.md
new file mode 100644
index 0000000..a8d662d
--- /dev/null
+++ b/output/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/output/about/index.html b/output/about/index.html
index 5213bc0..004c23c 100644
--- a/output/about/index.html
+++ b/output/about/index.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>About - Baremaps</title>
+    <title>About - Apache Baremaps</title>
     <meta name="description" content="Create custom vector tiles from 
OpenStreetMap and other data sources with Postgis and Java.">
     <link rel="stylesheet" href="/assets/css/main.css">
   </head>
@@ -12,7 +12,7 @@
       <div class="row">
           <div class="four columns">
             <header>
-              <h2 class="logo"><a href="/"><i class="far fa-map"></i> 
Baremaps</a></h2>
+              <h2 class="logo"><a href="/"><i class="far fa-map"></i> Apache 
Baremaps</a></h2>
               <p>Create custom vector tiles from OpenStreetMap and other data 
sources with Postgis and Java.</p>
               <p>
                 <a class="github-button" 
href="https://github.com/baremaps/baremaps"; data-size="large" 
data-show-count="true"
diff --git a/output/examples/contour/index.html 
b/output/examples/contour/index.html
index f85600c..eee6066 100644
--- a/output/examples/contour/index.html
+++ b/output/examples/contour/index.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Contour Lines in Vector Tiles - Baremaps</title>
+    <title>Contour Lines in Vector Tiles - Apache Baremaps</title>
     
     <link rel="stylesheet" href="/assets/css/main.css">
   </head>
@@ -12,7 +12,7 @@
       <div class="row">
           <div class="four columns">
             <header>
-              <h2 class="logo"><a href="/"><i class="far fa-map"></i> 
Baremaps</a></h2>
+              <h2 class="logo"><a href="/"><i class="far fa-map"></i> Apache 
Baremaps</a></h2>
               <p>Create custom vector tiles from OpenStreetMap and other data 
sources with Postgis and Java.</p>
               <p>
                 <a class="github-button" 
href="https://github.com/baremaps/baremaps"; data-size="large" 
data-show-count="true"
diff --git a/output/examples/extrusion/index.html 
b/output/examples/extrusion/index.html
index e8d4e02..6cbc61f 100644
--- a/output/examples/extrusion/index.html
+++ b/output/examples/extrusion/index.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Extrusion Example - Baremaps</title>
+    <title>Extrusion Example - Apache Baremaps</title>
     
     <link rel="stylesheet" href="/assets/css/main.css">
   </head>
@@ -12,7 +12,7 @@
       <div class="row">
           <div class="four columns">
             <header>
-              <h2 class="logo"><a href="/"><i class="far fa-map"></i> 
Baremaps</a></h2>
+              <h2 class="logo"><a href="/"><i class="far fa-map"></i> Apache 
Baremaps</a></h2>
               <p>Create custom vector tiles from OpenStreetMap and other data 
sources with Postgis and Java.</p>
               <p>
                 <a class="github-button" 
href="https://github.com/baremaps/baremaps"; data-size="large" 
data-show-count="true"
diff --git a/output/examples/geoadmin/index.html 
b/output/examples/geoadmin/index.html
index 1a9347a..d905140 100644
--- a/output/examples/geoadmin/index.html
+++ b/output/examples/geoadmin/index.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Geoadmin Noise Exposure in Vector Tiles - Baremaps</title>
+    <title>Geoadmin Noise Exposure in Vector Tiles - Apache Baremaps</title>
     
     <link rel="stylesheet" href="/assets/css/main.css">
   </head>
@@ -12,7 +12,7 @@
       <div class="row">
           <div class="four columns">
             <header>
-              <h2 class="logo"><a href="/"><i class="far fa-map"></i> 
Baremaps</a></h2>
+              <h2 class="logo"><a href="/"><i class="far fa-map"></i> Apache 
Baremaps</a></h2>
               <p>Create custom vector tiles from OpenStreetMap and other data 
sources with Postgis and Java.</p>
               <p>
                 <a class="github-button" 
href="https://github.com/baremaps/baremaps"; data-size="large" 
data-show-count="true"
diff --git a/output/examples/index.html b/output/examples/index.html
index 968da8f..0a8d1da 100644
--- a/output/examples/index.html
+++ b/output/examples/index.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Examples - Baremaps</title>
+    <title>Examples - Apache Baremaps</title>
     
     <link rel="stylesheet" href="/assets/css/main.css">
   </head>
@@ -12,7 +12,7 @@
       <div class="row">
           <div class="four columns">
             <header>
-              <h2 class="logo"><a href="/"><i class="far fa-map"></i> 
Baremaps</a></h2>
+              <h2 class="logo"><a href="/"><i class="far fa-map"></i> Apache 
Baremaps</a></h2>
               <p>Create custom vector tiles from OpenStreetMap and other data 
sources with Postgis and Java.</p>
               <p>
                 <a class="github-button" 
href="https://github.com/baremaps/baremaps"; data-size="large" 
data-show-count="true"
diff --git a/output/examples/naturalearth/index.html 
b/output/examples/naturalearth/index.html
index d9f6617..4ee0417 100644
--- a/output/examples/naturalearth/index.html
+++ b/output/examples/naturalearth/index.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>NaturalEarth Example - Baremaps</title>
+    <title>NaturalEarth Example - Apache Baremaps</title>
     
     <link rel="stylesheet" href="/assets/css/main.css">
   </head>
@@ -12,7 +12,7 @@
       <div class="row">
           <div class="four columns">
             <header>
-              <h2 class="logo"><a href="/"><i class="far fa-map"></i> 
Baremaps</a></h2>
+              <h2 class="logo"><a href="/"><i class="far fa-map"></i> Apache 
Baremaps</a></h2>
               <p>Create custom vector tiles from OpenStreetMap and other data 
sources with Postgis and Java.</p>
               <p>
                 <a class="github-button" 
href="https://github.com/baremaps/baremaps"; data-size="large" 
data-show-count="true"
diff --git a/output/examples/openstreetmap/index.html 
b/output/examples/openstreetmap/index.html
index 42323dc..fd1a537 100644
--- a/output/examples/openstreetmap/index.html
+++ b/output/examples/openstreetmap/index.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>OpenStreetMap Example - Baremaps</title>
+    <title>OpenStreetMap Example - Apache Baremaps</title>
     
     <link rel="stylesheet" href="/assets/css/main.css">
   </head>
@@ -12,7 +12,7 @@
       <div class="row">
           <div class="four columns">
             <header>
-              <h2 class="logo"><a href="/"><i class="far fa-map"></i> 
Baremaps</a></h2>
+              <h2 class="logo"><a href="/"><i class="far fa-map"></i> Apache 
Baremaps</a></h2>
               <p>Create custom vector tiles from OpenStreetMap and other data 
sources with Postgis and Java.</p>
               <p>
                 <a class="github-button" 
href="https://github.com/baremaps/baremaps"; data-size="large" 
data-show-count="true"
diff --git a/output/index.html b/output/index.html
index 4bd575c..392c29f 100644
--- a/output/index.html
+++ b/output/index.html
@@ -3,7 +3,7 @@
   <head>
     <meta name="viewport" content="width=device-width, initial-scale=1">
     <meta charset="utf-8">
-    <title>Custom Vector Tiles - Baremaps</title>
+    <title>Custom Vector Tiles - Apache Baremaps</title>
     <meta name="description" content="Create custom vector tiles from 
OpenStreetMap and other data sources with Postgis and Java.">
     <link rel="stylesheet" href="/assets/css/main.css">
   </head>
@@ -12,7 +12,7 @@
       <div class="row">
         <div class="home">
   <header>
-    <h1><i class="far fa-map"></i> Baremaps</h1>
+    <h1><i class="far fa-map"></i> Apache Baremaps</h1>
   </header>
   <nav>
     <p>
diff --git a/output/installation/index.html b/output/installation/index.html
index 4ee2873..50ac53d 100644
--- a/output/installation/index.html
+++ b/output/installation/index.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Installation - Baremaps</title>
+    <title>Installation - Apache Baremaps</title>
     
     <link rel="stylesheet" href="/assets/css/main.css">
   </head>
@@ -12,7 +12,7 @@
       <div class="row">
           <div class="four columns">
             <header>
-              <h2 class="logo"><a href="/"><i class="far fa-map"></i> 
Baremaps</a></h2>
+              <h2 class="logo"><a href="/"><i class="far fa-map"></i> Apache 
Baremaps</a></h2>
               <p>Create custom vector tiles from OpenStreetMap and other data 
sources with Postgis and Java.</p>
               <p>
                 <a class="github-button" 
href="https://github.com/baremaps/baremaps"; data-size="large" 
data-show-count="true"
diff --git a/output/sitemap.xml b/output/sitemap.xml
index 25f1851..d33ab3c 100644
--- a/output/sitemap.xml
+++ b/output/sitemap.xml
@@ -44,6 +44,6 @@
 </url>
 <url>
 <loc>/assets/demo.html</loc>
-<lastmod>2022-11-16T22:29:20+00:00</lastmod>
+<lastmod>2022-11-17T08:28:16+00:00</lastmod>
 </url>
 </urlset>
diff --git a/output/stylesheet/index.html b/output/stylesheet/index.html
index bc0a1bf..ed28bd5 100644
--- a/output/stylesheet/index.html
+++ b/output/stylesheet/index.html
@@ -3,7 +3,7 @@
   <head>
     <meta charset="utf-8">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>OpenStreetMap Vecto - Baremaps</title>
+    <title>OpenStreetMap Vecto - Apache Baremaps</title>
     
     <link rel="stylesheet" href="/assets/css/main.css">
   </head>
@@ -12,7 +12,7 @@
       <div class="row">
           <div class="four columns">
             <header>
-              <h2 class="logo"><a href="/"><i class="far fa-map"></i> 
Baremaps</a></h2>
+              <h2 class="logo"><a href="/"><i class="far fa-map"></i> Apache 
Baremaps</a></h2>
               <p>Create custom vector tiles from OpenStreetMap and other data 
sources with Postgis and Java.</p>
               <p>
                 <a class="github-button" 
href="https://github.com/baremaps/baremaps"; data-size="large" 
data-show-count="true"

Reply via email to