[postgis-tickets] [SCM] postgis.net branch website updated. 860b5629fad4f6c37998542a97a6663840fd9560
git at osgeo.org
git at osgeo.org
Sun Apr 3 16:16:07 PDT 2022
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "postgis.net".
The branch, website has been updated
via 860b5629fad4f6c37998542a97a6663840fd9560 (commit)
from 313de7b42cca4da0ab20046c98b6a472475d512c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 860b5629fad4f6c37998542a97a6663840fd9560
Author: Regina Obe <lr at pcorp.us>
Date: Sun Apr 3 19:16:02 2022 -0400
Try to fix http:// seems to not load css
diff --git a/config/_default/config.toml b/config/_default/config.toml
index 73342b8..f7b11ac 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -1,5 +1,5 @@
-baseurl = "https://postgis.net/"
-root = "https://postgis.net/"
+baseurl = "/"
+root = "/"
languageCode = "en-us"
title = "PostGIS: Spatial and Geographic objects for PostgreSQL"
theme = "hugo-clarity"
@@ -7,9 +7,11 @@ paginate = 10
disqusShortname = ""
[taxonomies]
-category = "category"
+
tag = "tags"
event = "events"
+category = "category"
+
[permalinks]
'/pages/' = '/:filename/'
-----------------------------------------------------------------------
Summary of changes:
config/_default/config.toml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list