[postgis-tickets] [SCM] postgis.net branch hugo updated. 14120aa3d143fa3559a8a6754c1f3db134d8be34

git at osgeo.org git at osgeo.org
Sun Feb 27 15:07:51 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  14120aa3d143fa3559a8a6754c1f3db134d8be34 (commit)
      from  297bc04e59c8a71c353692371f9e1acbbc7f7098 (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 14120aa3d143fa3559a8a6754c1f3db134d8be34
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Feb 27 18:07:40 2022 -0500

    Fix post alignment on home page. Numerous other small changes

diff --git a/assets/sass/_custom.sass b/assets/sass/_custom.sass
index df67e23..e5bdf1c 100644
--- a/assets/sass/_custom.sass
+++ b/assets/sass/_custom.sass
@@ -15,13 +15,19 @@ a
 a.nav_item
   text-decoration: none
 
-nav_close
-  text-color: black
 
 .grid-container
   display: grid
   grid-template-columns: 1fr 1fr
 
-
+h2
+  color: var(--header-text)
+  margin-bottom: 0.7em
+  margin-top: 1em
+  margin-left: -5px
+  margin-right: 0
+  font-size: 1.2em
+  font-weight: 500
+  font-face: arial
 
 
diff --git a/assets/sass/_override.sass b/assets/sass/_override.sass
index a2531f3..65e3569 100644
--- a/assets/sass/_override.sass
+++ b/assets/sass/_override.sass
@@ -13,4 +13,3 @@
       color: #000
 .nav_close
     background-color: black
-
diff --git a/content/_index.md b/content/_index.md
index 161aed5..66c9e22 100644
--- a/content/_index.md
+++ b/content/_index.md
@@ -34,12 +34,12 @@ In addition to basic location awareness, PostGIS offers many features rarely fou
 such as Oracle Locator/Spatial and SQL Server. Refer to [PostGIS Feature List](/features/) for more details.
 </span>
 
-# Should you upgrade now?
+## Should you upgrade now?
 
 Not sure if you are running the best possible PostGIS for your PostgreSQL?
 Refer to our [Version compatibility and EOL Policy](/eol_policy/).
 
-# License
+## License
 <span>
 PostGIS is released under the GNU General Public License (<a
 href="http://opensource.org/licenses/gpl-2.0.php" rel="license"
diff --git a/content/pages/documentation.md b/content/pages/documentation.md
index 7089f51..4f35c31 100644
--- a/content/pages/documentation.md
+++ b/content/pages/documentation.md
@@ -30,7 +30,7 @@ Refer to our [Version compatibility and EOL Policy](/eol_policy) for details.
 Versions that have reached end of life can still be downloaded from [PostGIS Release docs]({{postgis.release_docs}}).
 
 ---column---
-# Search Docs
+## Search Docs
 
 Type search criteria here and enter:
 
@@ -43,12 +43,12 @@ window.location.href=url;
 }
 </script>
 
-# Tutorials
+## Tutorials
 
 * [Introduction to PostGIS](https://postgis.net/workshops/postgis-intro/)
 * [Crunchy Data Interactive PostGIS Learning Portal](https://learn.crunchydata.com/postgis)
 
-# Books
+## Books
 
 * [PostGIS 2 Analisis Espacial Avanzado 2nd](https://cartosig.webs.upv.es/postgis-analisis-espacial-avanzado-segunda-edicion/) - (PostGIS 2.4, PostgreSQL 10) released Sept 2018 Spanish
 * [PostGIS Cookbook 2nd](https://www.packtpub.com/application-development/postgis-cookbook-second-edition) Released March 2018 (PostgreSQL 9.6) English
@@ -56,13 +56,13 @@ window.location.href=url;
 * [PostGIS In Action](http://www.postgis.us) - 3rd Edition (PostGIS 2.5-3+, PostgreSQL 11-13 in progress) 2nd Edition (Covers PostGIS 2.0-2.1, PostgreSQL 9.1-9.3 (highlights of 9.4) -  Released April 2015 English
 * [PostGIS Essentials](https://www.packtpub.com/big-data-and-business-intelligence/postgis-essentials) - (PostGIS 2.2 released April 2015)
 
-# Cheatsheets
+## Cheatsheets
 
 * [PostGIS 2.1 Cheat Sheet](http://www.postgis.us/downloads/postgis21_cheatsheet.pdf)
 * [PostGIS 2.1 Raster Cheat Sheet](http://www.postgis.us/downloads/postgis21_raster_cheatsheet.pdf)
 * [PostGIS 2.1 Topology Cheat Sheet](http://www.postgis.us/downloads/postgis21_topology_cheatsheet.pdf)
 
-# Web Sites
+## Web Sites
 
 * [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!
diff --git a/layouts/index.html b/layouts/index.html
index 2b48af0..9c5da3b 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -25,8 +25,8 @@
       {{- .Content }}
     </div>
 
-		<h1 class="post_title">News</h1>
-		<ul style="list-style-type: none" class="posts" id="posts">
+		<h2>News</h2>
+		<ul style="list-style-type: none; padding-left: 0;">
 			{{- range first 5 (where .Site.RegularPages ".Params.category" "eq" ("news")) }}
 				{{ partial "excerpt" . }}
 			{{- end }}
@@ -34,6 +34,8 @@
 
 
 
+
+
     {{- $showRelatedInArticle := true }}
     {{- if eq $s.showRelatedInArticle false }}
       {{- $showRelatedInArticle = false }}
diff --git a/layouts/partials/sidehome.html b/layouts/partials/sidehome.html
index e840003..3d375be 100644
--- a/layouts/partials/sidehome.html
+++ b/layouts/partials/sidehome.html
@@ -48,7 +48,7 @@
 		{{end }}
 
 		<h2>Tips</h2>
-		<ul style="list-style-type: none;text-indent: -5px;">
+		<ul style="list-style-type: none; padding-left: 0;">
 			{{ range first 3 (where .Site.RegularPages ".Params.category" "eq" ("tips")) }}
 					{{ partial "excerpt" . }}
 			{{end }}

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

Summary of changes:
 assets/sass/_custom.sass       | 12 +++++++++---
 assets/sass/_override.sass     |  1 -
 content/_index.md              |  4 ++--
 content/pages/documentation.md | 10 +++++-----
 layouts/index.html             |  6 ++++--
 layouts/partials/sidehome.html |  2 +-
 6 files changed, 21 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list