[postgis-tickets] [SCM] postgis.net branch hugo updated. f04dd4491681ebb386a48549bc2a7c7f2e4ee752

git at osgeo.org git at osgeo.org
Wed Feb 23 10:02:01 PST 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, hugo has been updated
       via  f04dd4491681ebb386a48549bc2a7c7f2e4ee752 (commit)
      from  4d623ac4044da9c6cef71487c0685ba444cb1d2f (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 f04dd4491681ebb386a48549bc2a7c7f2e4ee752
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Feb 23 12:43:13 2022 -0500

    add postgis variables and reformat for 2 column some docs

diff --git a/config/_default/config.toml b/config/_default/config.toml
index a3d8f25..9a67be7 100644
--- a/config/_default/config.toml
+++ b/config/_default/config.toml
@@ -1,13 +1,18 @@
 baseurl = "https://postgis.net/"
+root = "https://postgis.net/"
 languageCode = "en-us"
 title = "PostGIS: Spatial and Geographic objects for PostgreSQL"
 theme = "hugo-clarity"
 paginate = 10
 disqusShortname = ""
-[params]
-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 = true
+
+[postgis]
+version = "3.2.1"
+release_docs =  "https://download.osgeo.org/postgis/docs"
+release_source = "https://download.osgeo.org/postgis/source"
+release_notes = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag"
+dev_download = "/stuff"
+
 
 [taxonomies]
 category = "categories"
diff --git a/config/_default/params.toml b/config/_default/params.toml
index e0e36c8..4e43599 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -1,8 +1,10 @@
 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 = 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 = "Technologist, perpetual student, teacher, continual incremental improvement."
+introDescription = "PostGIS provides spatial objects for the PostgreSQL database, allowing storage and query of information about location and mapping."
 introURL = "index/" # set the url for the 'read more' button below the introDescription, or set to false to not show the button
-# description = "" # set your site's description here. will be use for home page content meta tags (seo). Alternatively set this description in your homepage content file i.e content/_index.md. Whatever is set in the latter will take precedence
 
 # showShare = false # Uncomment to not show share buttons on each post. Also available in each post's front matter.
 
diff --git a/content/pages/development.md b/content/pages/development.md
index 57b7d57..1a576aa 100644
--- a/content/pages/development.md
+++ b/content/pages/development.md
@@ -16,7 +16,7 @@ PostGIS adds extra types (geometry, geography, raster and others) to the [Postgr
 Since PostGIS is in C, it can make use of other libraries in C and C++, and it does so liberally. PostGIS depends on:
 
 * [GEOS](http://trac.osgeo.org/geos) for many geometry processing algorithms
-* [Proj.4](https://trac.osgeo.org/proj/) for coordinate re-projection functions
+* [Proj](https://trac.osgeo.org/proj/) for coordinate re-projection functions
 * [GDAL](http://gdal.org) for raster processing and format support
 * [LibXML2](http://www.xmlsoft.org/) for XML parsing
 * [JSON-C](https://github.com/json-c/json-c) for JSON parsing
diff --git a/content/pages/documentation.md b/content/pages/documentation.md
index 35da695..97abdab 100644
--- a/content/pages/documentation.md
+++ b/content/pages/documentation.md
@@ -6,8 +6,10 @@ buildbot_pre_release_docs:
 buildbot_pre_release_trunk:
     has_tags: [trunk, pre_release_source]
 draft: false
+singlecolumn: true
+sidebar: false
 ---
-
+{{< columns >}}
 ## Stable Branch User Documentation
 This documentation is for the released branches and will contain corrections and errata as they are available
 
@@ -31,7 +33,7 @@ Refer to our [Version compatibility and EOL Policy]({{ pcurl('eol_policy') }}) f
 
 Versions that have reached end of life can still be downloaded from [PostGIS Release docs]({{postgis.release_docs}}).
 
---column--
+---column---
 # Search Docs
 
 Type search criteria here and enter:
@@ -69,6 +71,6 @@ window.location.href=url;
 * [Planet PostGIS](http://planet.postgis.net) - keep a pulse on what people are saying about PostGIS and learn how to take advantage of new features as they are added.
 * [GIS Stack Exchange](http://gis.stackexchange.com/questions/tagged/postgis) may already have your answer: search before you ask!
 
-
+{{< / columns >}}
 
 
diff --git a/content/pages/install.md b/content/pages/install.md
index a935e53..fe79f8f 100644
--- a/content/pages/install.md
+++ b/content/pages/install.md
@@ -3,7 +3,10 @@ title: Installation
 description: How to install PostGIS and where to download PostGIS binaries
 keywords: download, install
 draft: false
+singlecolumn: true
+sidebar: false
 ---
+{{< columns >}}
 # Compiling from Source
 PostGIS has many packaged installations, but if you are more adventurous
 and want to compile your own, refer to our source download and compilation
@@ -59,7 +62,7 @@ Binary distributions of PostGIS are available for various operating systems.
 ## Additional Install Guides
 * [Source, Yum and other installs for latest and older versions of PostGIS](http://trac.osgeo.org/postgis/wiki/UsersWikiInstall)
 
----sidebar---
+---column---
 
 # Getting Started
 
@@ -153,3 +156,4 @@ WHERE ST_DWithin(
   ST_GeomFromText('POINT(0 0)', 26910),
   1000
 );{{< / highlight >}}
+{{< /columns >}}
diff --git a/content/pages/source.md b/content/pages/source.md
index 0a47d5f..8b64c7d 100644
--- a/content/pages/source.md
+++ b/content/pages/source.md
@@ -7,7 +7,7 @@ singlecolumn: true
 # Source Code
 The latest source code and companion user doc releases are:
 
-* [postgis-3.1.0alpah1.tar.gz]({{postgis.release_source}}/postgis-3.1.0alpah1.tar.gz) [pdf]({{postgis.release_docs}}/postgis-3.1.0alpah1.pdf) [html]({{postgis.release_docs}}/doc-html-3.1.0alpah1.tar.gz) ([Release Notes]({{postgis.release_notes}}/3.1.0alpha1/NEWS))
+* [postgis-3.1.0alpah1.tar.gz]({{ .Site.postgis.release_source }}/postgis-3.1.0alpah1.tar.gz) [pdf]({{postgis.release_docs}}/postgis-3.1.0alpah1.pdf) [html]({{postgis.release_docs}}/doc-html-3.1.0alpah1.tar.gz) ([Release Notes]({{postgis.release_notes}}/3.1.0alpha1/NEWS))
 * [postgis-{{ postgis.version }}.tar.gz]({{postgis.release_source}}/postgis-{{ postgis.version }}.tar.gz) [pdf]({{postgis.release_docs}}/postgis-{{ postgis.version }}.pdf) [html]({{postgis.release_docs}}/doc-html-{{ postgis.version }}.tar.gz) ([Release Notes]({{postgis.release_notes}}/{{ postgis.version }}/NEWS))
 * [postgis-2.5.4.tar.gz]({{postgis.release_source}}/postgis-2.5.4.tar.gz) [pdf]({{postgis.release_docs}}/postgis-2.5.4.pdf) [html]({{postgis.release_docs}}/doc-html-2.5.4.tar.gz) ([Release Notes]({{postgis.release_notes}}/2.5.4/NEWS))
 * [postgis-2.4.8.tar.gz]({{postgis.release_source}}/postgis-2.4.8.tar.gz) [pdf]({{postgis.release_docs}}/postgis-2.4.8.pdf) [html]({{postgis.release_docs}}/doc-html-2.4.8.tar.gz) ([Release Notes]({{postgis.release_notes}}/2.4.8/NEWS))

-----------------------------------------------------------------------

Summary of changes:
 config/_default/config.toml    | 13 +++++++++----
 config/_default/params.toml    |  6 ++++--
 content/pages/development.md   |  2 +-
 content/pages/documentation.md |  8 +++++---
 content/pages/install.md       |  6 +++++-
 content/pages/source.md        |  2 +-
 6 files changed, 25 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list