[postgis-tickets] [SCM] postgis.net branch website updated. 34a6e0eaff3e460d75cca37756db5cefef5debb9

git at osgeo.org git at osgeo.org
Mon Apr 4 14:19:35 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  34a6e0eaff3e460d75cca37756db5cefef5debb9 (commit)
      from  860b5629fad4f6c37998542a97a6663840fd9560 (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 34a6e0eaff3e460d75cca37756db5cefef5debb9
Author: Sandro Santilli <strk at kbt.io>
Date:   Mon Apr 4 23:19:26 2022 +0200

    80 cols wrap

diff --git a/README.md b/README.md
index 26e39e3..0e855aa 100644
--- a/README.md
+++ b/README.md
@@ -1,22 +1,28 @@
 ## Static Site Build
 
-Our site is built with [hugo](https://gohugo.io/). To work with the docs you will probably want to [install hugo](https://gohugo.io/getting-started/installing/#quick-install) so you can see the rendered result as you work.
+Our site is built with [hugo](https://gohugo.io/).
+To work with the docs you will probably want to
+[install hugo](https://gohugo.io/getting-started/installing/#quick-install)
+so you can see the rendered result as you work.
 
 ## Theme
-This site is using [hugo-clarity](https://github.com/chipzoller/hugo-clarity) theme.
+
+This site is using
+[hugo-clarity](https://github.com/chipzoller/hugo-clarity) theme.
 
 ## Development
 
-Install the hugo binary for your operating system. Run the local server.
+Install the hugo binary for your operating system.
+Run the local server:
 
-```
-hugo server
-```
+    hugo server
 
-Remember to set "draft: false" in the page front matter or your content won't show up.
+Remember to set "draft: false" in the page front matter or your content
+won't show up.
 
 ## Building
-To build run hugo without any arguments. This will create a public folder.
-```
-hugo
-```
+
+To build run hugo without any arguments.
+This will create a public folder:
+
+    hugo

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

Summary of changes:
 README.md | 28 +++++++++++++++++-----------
 1 file changed, 17 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list