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

git at osgeo.org git at osgeo.org
Mon Feb 28 06:13:34 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  da23ead8016dd2a6b1269db5ae8e829aa80f6265 (commit)
      from  4268788ee1297c1d0b93a9b04a1f7319bcdd5cc2 (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 da23ead8016dd2a6b1269db5ae8e829aa80f6265
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Feb 28 09:13:28 2022 -0500

    Change to markdown code format.  Add header for source code repositories

diff --git a/content/pages/source.md b/content/pages/source.md
index efaf6d6..f66f7a6 100644
--- a/content/pages/source.md
+++ b/content/pages/source.md
@@ -28,7 +28,7 @@ Versions that have reached end of life can still be downloaded from [PostGIS sou
 
 A complete set of historical releases are available in the [source download directory]({{< loc "postgis.release_source">}}).  Logos are available in the [logo directory](http://download.osgeo.org/postgis/logo_suite/).
 
-Source code repository:
+## Source code repository:
 
 * [OSGeo GIT repository](https://git.osgeo.org/gitea/postgis/)
 * [GitHub mirror](https://github.com/postgis/postgis/)
@@ -44,10 +44,12 @@ To build from source, you will need a complete installation of PostgreSQL, eithe
 
 You will also need to install and/or build [GEOS](http://trac.osgeo.org/geos), [Proj](https://proj.org), [GDAL](http://gdal.org), [LibXML2](http://www.xmlsoft.org/) and [JSON-C](https://github.com/json-c/json-c).
 
-{{< highlight bash >}}tar xvzf postgis-{{ postgis.version }}.tar.gz
+```sh
+tar xvzf postgis-{{ postgis.version }}.tar.gz
 cd postgis-{{ postgis.version }}
 ./configure
 make
-make install {{< /highlight >}}
+make install
+```
 
 {{< /columns >}}

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

Summary of changes:
 content/pages/source.md | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list