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/petri-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 37a0ca4 Automatic Site Publish by Buildbot
37a0ca4 is described below
commit 37a0ca409e6e3226d22a37b65289e7289875ba86
Author: buildbot <[email protected]>
AuthorDate: Thu Mar 18 19:47:11 2021 +0000
Automatic Site Publish by Buildbot
---
output/feeds/all.atom.xml | 2 +-
output/sitemap.xml | 12 ++++++------
output/theme/css/apache.css | 20 ++++++++++++++++++++
3 files changed, 27 insertions(+), 7 deletions(-)
diff --git a/output/feeds/all.atom.xml b/output/feeds/all.atom.xml
index 454a2eb..5b4bc1e 100644
--- a/output/feeds/all.atom.xml
+++ b/output/feeds/all.atom.xml
@@ -1,2 +1,2 @@
<?xml version="1.0" encoding="utf-8"?>
-<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Petri</title><link
href="https://petri.apache.org/" rel="alternate"></link><link
href="https://petri.apache.org/feeds/all.atom.xml"
rel="self"></link><id>https://petri.apache.org/</id><updated>2021-03-18T19:35:33Z</updated></feed>
\ No newline at end of file
+<feed xmlns="http://www.w3.org/2005/Atom"><title>Apache Petri</title><link
href="https://petri.apache.org/" rel="alternate"></link><link
href="https://petri.apache.org/feeds/all.atom.xml"
rel="self"></link><id>https://petri.apache.org/</id><updated>2021-03-18T19:47:10Z</updated></feed>
\ No newline at end of file
diff --git a/output/sitemap.xml b/output/sitemap.xml
index ae8ff65..d394d34 100644
--- a/output/sitemap.xml
+++ b/output/sitemap.xml
@@ -5,42 +5,42 @@ xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://petri.apache.org/pages/buildstream.html</loc>
-<lastmod>2021-03-18T19:35:33-00:00</lastmod>
+<lastmod>2021-03-18T19:47:10-00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://petri.apache.org/pages/cookbook.html</loc>
-<lastmod>2021-03-18T19:35:33-00:00</lastmod>
+<lastmod>2021-03-18T19:47:10-00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://petri.apache.org/pages/faq.html</loc>
-<lastmod>2021-03-18T19:35:33-00:00</lastmod>
+<lastmod>2021-03-18T19:47:10-00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://petri.apache.org/pages/index.html</loc>
-<lastmod>2021-03-18T19:35:33-00:00</lastmod>
+<lastmod>2021-03-18T19:47:10-00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://petri.apache.org/pages/mentors.html</loc>
-<lastmod>2021-03-18T19:35:33-00:00</lastmod>
+<lastmod>2021-03-18T19:47:10-00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
<url>
<loc>https://petri.apache.org/pages/projects.html</loc>
-<lastmod>2021-03-18T19:35:33-00:00</lastmod>
+<lastmod>2021-03-18T19:47:10-00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.8</priority>
</url>
diff --git a/output/theme/css/apache.css b/output/theme/css/apache.css
index fee9d1d..81087cb 100644
--- a/output/theme/css/apache.css
+++ b/output/theme/css/apache.css
@@ -45,3 +45,23 @@
blockquote {
background: bisque;
}
+
+.h1, h1 {
+ font-size: 1.5rem;
+}
+
+.h2, h2 {
+ font-size: 1.4rem;
+}
+
+.h3, h3 {
+ font-size: 1.3rem;
+}
+
+.h4, h4 {
+ font-size: 1.2rem;
+}
+
+.h5, h5 {
+ font-size: 1.1rem;
+}