[SCM] postgis.net branch recover-readme created. clarity-final-87-g44bc530
git at osgeo.org
git at osgeo.org
Fri Feb 23 01:45:44 PST 2024
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, recover-readme has been created
at 44bc53097dc635c9a2cc98487a83c00018b6f89d (commit)
- Log -----------------------------------------------------------------
commit 44bc53097dc635c9a2cc98487a83c00018b6f89d
Author: Sandro Santilli <strk at kbt.io>
Date: Fri Feb 23 10:45:04 2024 +0100
Recover README content lost with commit d0eaee53f
diff --git a/README.md b/README.md
index e033d96..be39ba7 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,39 @@
+## Static Site Build
-- "tips" now have their own "type", they are no longer posts
-- "news" is the post type for news!
-- "events" is the type for events!
+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 a customized version of the
+[hugo-geekdoc](https://geekdocs.de) theme.
+
+All changes are implemented in the side, not in the theme,
+so DO NOT EDIT THE THEME
+
+ - "tips" now have their own "type", they are no longer posts
+ - "news" is the post type for news!
+ - "events" is the type for events!
DO NOT EDIT THE THEME!
-The base theme is geekdoc, but all changes are implemented in the side, not in the theme, so DO NOT EDIT THE THEME
+
+## Development
+
+Install the hugo binary for your operating system.
+Run the local server:
+
+ hugo server
+
+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
+
+
-----------------------------------------------------------------------
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list