[postgis-tickets] [SCM] postgis.net branch website-pr updated. 82f0a0305685934a2d943b97f1e45d6888ea7833

git at osgeo.org git at osgeo.org
Wed May 10 14:24:55 PDT 2023


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-pr has been updated
       via  82f0a0305685934a2d943b97f1e45d6888ea7833 (commit)
      from  bc99fce9c61f6bffc2ea6e9b9eb1f908ba67b6c5 (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 82f0a0305685934a2d943b97f1e45d6888ea7833
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed May 10 14:24:50 2023 -0700

    remove dead dir

diff --git a/config/params.toml b/config/params.toml
deleted file mode 100644
index 891d281..0000000
--- a/config/params.toml
+++ /dev/null
@@ -1,110 +0,0 @@
-
-# (Optional, default 6) Set how many table of contents levels to be showed on page.
-# Use false to hide ToC, note that 0 will default to 6 (https://gohugo.io/functions/default/)
-# You can also specify this parameter per page in front matter.
-geekdocToC = 2
-
-# (Optional, default static/brand.svg) Set the path to a logo for the Geekdoc
-# relative to your 'static/' folder.
-geekdocLogo = "favicon/icon-400x400.png"
-
-# (Optional, default false) Render menu from data file in 'data/menu/main.yaml'.
-# See also https://geekdocs.de/usage/menus/#bundle-menu.
-geekdocMenuBundle = false
-
-# (Optional, default false) Collapse all menu entries, can not be overwritten
-# per page if enabled. Can be enabled per page via 'geekdocCollapseSection'.
-geekdocCollapseAllSections = false
-
-# (Optional, default true) Show page navigation links at the bottom of each
-# docs page (bundle menu only).
-geekdocNextPrev = true
-
-# (Optional, default true) Show a breadcrumb navigation bar at the top of each docs page.
-# You can also specify this parameter per page in front matter.
-geekdocBreadcrumb = true
-
-# (Optional, default none) Set source repository location. Used for 'Edit page' links.
-# You can also specify this parameter per page in front matter.
-#geekdocRepo = "https://github.com/postgis/postgis-web"
-
-# (Optional, default none) Enable 'Edit page' links. Requires 'GeekdocRepo' param
-# and the path must point to the parent directory of the 'content' folder.
-# You can also specify this parameter per page in front matter.
-#geekdocEditPath = "edit/main/exampleSite"
-
-# (Optional, default true) Enables search function with flexsearch.
-# Index is built on the fly and might slow down your website.
-geekdocSearch = true
-
-# (Optional, default false) Display search results with the parent folder as prefix. This
-# option allows you to distinguish between files with the same name in different folders.
-# NOTE: This parameter only applies when 'geekdocSearch = true'.
-geekdocSearchShowParent = true
-
-# (Optional, default none) Add a link to your Legal Notice page to the site footer.
-# It can be either a remote url or a local file path relative to your content directory.
-#geekdocLegalNotice = "https://blog.example.com/legal"
-
-# (Optional, default none) Add a link to your Privacy Policy page to the site footer.
-# It can be either a remote url or a local file path relative to your content directory.
-#geekdocPrivacyPolicy = "/privacy"
-
-# (Optional, default true) Add an anchor link to headlines.
-geekdocAnchor = true
-
-# (Optional, default true) Copy anchor url to clipboard on click.
-geekdocAnchorCopy = true
-
-# (Optional, default true) Enable or disable image lazy loading for images rendered
-# by the 'img' shortcode.
-geekdocImageLazyLoading = true
-
-# (Optional, default false) Set HTMl <base> to .Site.BaseURL if enabled. It might be required
-# if a subdirectory is used within Hugos BaseURL.
-# See https://developer.mozilla.org/de/docs/Web/HTML/Element/base.
-geekdocOverwriteHTMLBase = false
-
-# (Optional, default true) Enable or disable the JavaScript based color theme toggle switch. The CSS based
-# user preference mode still works.
-geekdocDarkModeToggle = true
-
-# (Optional, default false) Auto-decrease brightness of images and add a slightly grayscale to avoid
-# bright spots while using the dark mode.
-geekdocDarkModeDim = false
-
-# (Optional, default false) Enforce code blocks to always use the dark color theme.
-geekdocDarkModeCode = false
-
-# (Optional, default true) Display a "Back to top" link in the site footer.
-geekdocBackToTop = true
-
-# (Optional, default false) Enable or disable adding tags for post pages automatically to the navigation sidebar.
-geekdocTagsToMenu = false
-
-# (Optional, default 'title') Configure how to sort file-tree menu entries. Possible options are 'title', 'linktitle',
-# 'date', 'publishdate', 'expirydate' or 'lastmod'. Every option can be used with a reverse modifier as well
-# e.g. 'title_reverse'.
-geekdocFileTreeSortBy = "title"
-
-# (Optional, default none) Adds a "Content licensed under <license>" line to the footer.
-# Could be used if you want to define a default license for your content.
-[params.geekdocContentLicense]
-  name = "CC BY-SA 4.0"
-  link = "https://creativecommons.org/licenses/by-sa/4.0/"
-
-[[params.postgisMenu]]
-name = "Home"
-href = "/"
-
-[[params.postgisMenu]]
-name = "Community"
-href = "/community"
-
-[[params.postgisMenu]]
-name = "Documentation"
-href = "/documentation"
-
-[[params.postgisMenu]]
-name = "Support"
-href = "/support"
\ No newline at end of file
diff --git a/layouts/home.html b/layouts/home.html
index 8f5e274..4a501f7 100644
--- a/layouts/home.html
+++ b/layouts/home.html
@@ -8,10 +8,10 @@
 
 
 <section class="gdoc-markdown">
-  <h1>Latest News</h1>
+  <h2>Latest News</h2>
 {{ $pages := (where .Site.RegularPages "Section" "news").ByDate.Reverse }}
 {{ range first 1 $pages }}
-  <h2><a href="{{ .Permalink }}">{{ .Title }}</a></h2>
+  <h3><a href="{{ .Permalink }}">{{ .Title }}</a></h3>
   <p>{{ .Summary }}</p>
   {{ if .Truncated }}
     <a

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

Summary of changes:
 config/params.toml | 110 -----------------------------------------------------
 layouts/home.html  |   4 +-
 2 files changed, 2 insertions(+), 112 deletions(-)
 delete mode 100644 config/params.toml


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list