[postgis-tickets] [SCM] postgis.net branch website updated. 92ca191dcb8a9873f5bfe525fc76a17ec7231061
git at osgeo.org
git at osgeo.org
Mon Apr 25 23:01:43 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 92ca191dcb8a9873f5bfe525fc76a17ec7231061 (commit)
via 3b13159d7fb5526a4288b06ab7d466b7b741f660 (commit)
from f951e6ca4415c92bad91100c3226d32453ff692a (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 92ca191dcb8a9873f5bfe525fc76a17ec7231061
Author: Regina Obe <lr at pcorp.us>
Date: Tue Apr 26 02:01:38 2022 -0400
Put back all sections
diff --git a/config/_default/params.toml b/config/_default/params.toml
index 2d27733..32ce337 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -38,7 +38,9 @@ codeLineNumbers = false
enableMathNotation = false
# directory(s) where your articles are located
-mainSections = ['pages'] # see config details here https://gohugo.io/functions/where/#mainsections
+#note search doesn't work when more than 1 here, but disabling for now
+# see https://github.com/chipzoller/hugo-clarity/issues/290
+mainSections = ['pages', 'post', 'events'] # see config details here https://gohugo.io/functions/where/#mainsections
# center logo on navbar
centerLogo = false # Set to "true" for centering or "false" for left aligned.
commit 3b13159d7fb5526a4288b06ab7d466b7b741f660
Author: Regina Obe <lr at pcorp.us>
Date: Tue Apr 26 01:58:50 2022 -0400
Turn on robotstxt
Turn off search - until issue
https://github.com/chipzoller/hugo-clarity/issues/290 is resolved
diff --git a/config/_default/params.toml b/config/_default/params.toml
index e635684..2d27733 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -1,9 +1,9 @@
# enable search
-enableSearch = true
+enableSearch = false
twitter = "@postgis"
description = "PostGIS provides spatial objects for the PostgreSQL database, allowing storage and query of information about location and mapping."
keywords = ["postgis", "database", "spatial", "sql", "mapping", "queries", "gis", "geocoding", "routing", "raster", "opensource gis"]
-enableRobotsTXT = false
+enableRobotsTXT = true
largeTwitterCard = false # set to true if you want to show a large twitter card image. The default is a small twitter card image
introDescription = "PostGIS provides spatial objects for the PostgreSQL database, allowing storage and query of information about location and mapping."
introURL = "/" # set the url for the 'read more' button below the introDescription, or set to false to not show the button
-----------------------------------------------------------------------
Summary of changes:
config/_default/params.toml | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list