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

git at osgeo.org git at osgeo.org
Sat Feb 26 08:24:49 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  fbaa2a3118c415775f5c6ba37b823120edf7959a (commit)
      from  da252ecdf82b8e006927607eef592b1bc9961f85 (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 fbaa2a3118c415775f5c6ba37b823120edf7959a
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Feb 26 11:24:41 2022 -0500

    more messing with colors.  Underline hyperlinks.  Fix obsolete info oninstall page

diff --git a/assets/sass/_custom.sass b/assets/sass/_custom.sass
new file mode 100644
index 0000000..a1112fa
--- /dev/null
+++ b/assets/sass/_custom.sass
@@ -0,0 +1,16 @@
+// add customs styles and general overrides here
+// due to the cascading nature of css, if you try to override theme css variables in this file, those changes will not apply. Instead, override css variables in the `override.sass` file
+// we recommend not editing this file directly. Instead, create an `assets/sass/_custom.sass` file at the root level of your site.
+// if you edit this file directly, you will have to resolve git conflicts when and if you decide to pull changes we make on the theme
+a
+  display: inline-flex
+  position: relative
+  border: none
+  vertical-align: middle
+  text-decoration: underline
+
+  &:hover
+    cursor: pointer
+
+a.nav_item
+  text-decoration: none
diff --git a/assets/sass/_override.sass b/assets/sass/_override.sass
index a1075c0..11fdd10 100644
--- a/assets/sass/_override.sass
+++ b/assets/sass/_override.sass
@@ -1,14 +1,4 @@
 // override clarity theme's  _variables.sass file.
 // we recommend not editing this file directly. Instead, create an `assets/sass/_override.sass` file at the root level of your site.
 // if you edit this file directly, you will have to resolve git conflicts when and if you decide to pull changes we make on the theme
-body, html
-  scroll-behavior: smooth
-  -webkit-text-size-adjust: 95%
-  font-kerning: normal
-  -webkit-font-feature-settings: "kern" 1
-  text-rendering: optimizeLegibility
-  text-rendering: geometricPrecision
-  -webkit-text-size-adjust: 95%
-  font-size: 95%
-  &::-webkit-scrollbar-corner
-    background-color: transparen
+//Sass color variables
diff --git a/assets/sass/_variables.sass b/assets/sass/_variables.sass
index 7c90b64..cc57e5e 100644
--- a/assets/sass/_variables.sass
+++ b/assets/sass/_variables.sass
@@ -29,16 +29,16 @@ html
   --color-mode: 'lit'
   --light: #fff
   --dark: #000
-  --bg: #002538
+  --bg: #011d2b
   --haze: #f2f2f2
-  --gray: #020202
+  --gray: #161010
   --accent: var(--gray)
-  --text: #575757
+  --text: #000
   --header-text: var(--dark)
   --font: Metropolis, sans-serif
   --theme: #0077b8
   --ease: cubic-bezier(.19,1,.22,1)
-  --code-bg: var(--bg)
+  --code-bg: var(--dark)
   --table-bg: var(--light)
   --table-haze: var(--haze)
   --table-border: #dedede
diff --git a/content/pages/install.md b/content/pages/install.md
index fe79f8f..ed3b73e 100644
--- a/content/pages/install.md
+++ b/content/pages/install.md
@@ -17,9 +17,26 @@ instructions:
 # Binary Installers
 
 Binary distributions of PostGIS are available for various operating systems.
+
+## Docker
+PostGIS has a community [docker-postgis](https://github.com/postgis/docker-postgis) project.
+Production ready PostGIS Docker builds can be pulled from <a href="https://registry.hub.docker.com/r/postgis/postgis/" target="_blank">PostGIS docker hub</a>
+
 ## Windows
 
-* More details about getting up and running with windows can be found on [Windows Downloads](/windows_downloads) page.
+* More details about getting up and running with windows can be found on [Windows Downloads]({{ pcurl('windows_downloads') }}) page.
+
+## Red Hat / Centos / Scientific Linux
+
+* The best place to get the latest binaries for both PostgreSQL and PostGIS is the [PostgreSQL Yum repository](http://yum.postgresql.org/)
+Refer to [Installing PostGIS 3.1 and PostgreSQL 13 on CentOS 8](https://people.planetpostgresql.org/devrim/index.php?/archives/107-Installing-PostGIS-3.1-and-PostgreSQL-13-on-CentOS-8.html)
+ [repository RPM](http://yum.postgresql.org/repopackages.php) for your distribution, download and install it.
+
+## Ubuntu / Debian
+
+* [UbuntuGIS](https://wiki.ubuntu.com/UbuntuGIS) project has PostGIS and other OSGeo project offerings
+* The PostgreSQL build team has packages for Debian and Ubuntu for several versions of PostgreSQL and PostGIS [APT repository](https://wiki.postgresql.org/wiki/Apt) for PostgreSQL builds. [PostgreSQL Apt Repo PostGIS 2.4 install covers 10](http://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS24UbuntuPGSQL10Apt)
+* The [Debian GIS](https://pkg-grass.alioth.debian.org/) project maintains [PostGIS packaging](https://tracker.debian.org/postgis) for Debian also used by Ubuntu and UbuntuGIS.
 
 ## OSX
 
@@ -33,26 +50,10 @@ Binary distributions of PostGIS are available for various operating systems.
 * The [builds from KyngChaos](http://www.kyngchaos.com/software/postgres) are a little dated but useful for older PostGIS versions. Read the instructions carefully.
   Do not mix with other installations.
 
-## Red Hat / Centos / Scientific Linux
-
-* The best place to get the latest binaries for both PostgreSQL and PostGIS is the [PostgreSQL Yum repository](http://yum.postgresql.org/)
-  1. Choose the correct "[repository RPM](http://yum.postgresql.org/repopackages.php)" for your distribution, download and install it.
-  2. Install PostGIS and dependencies by running `yum install postgis2_93`. (where 93 refers to minor version of PostgreSQL you installed.
-  3. Refer to [Install PostgreSQL 9.5, PostGIS 2.2, pgRouting 2.1 with Yum](http://www.postgresonline.com/journal/archives/362-An-almost-idiots-guide-to-install-PostgreSQL-9.5,-PostGIS-2.2-and-pgRouting-2.1.0-with-Yum.html) for more detailed instructions.
-
-## Ubuntu / Debian
-* [UbuntuGIS](https://wiki.ubuntu.com/UbuntuGIS) project has PostGIS and other OSGeo project offerings
-* The PostgreSQL build team has packages for Debian and Ubuntu for several versions of PostgreSQL and PostGIS [APT repository](https://wiki.postgresql.org/wiki/Apt) for PostgreSQL builds. [PostgreSQL Apt Repo PostGIS 2.4 install covers 10](http://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS24UbuntuPGSQL10Apt)
-* The [Debian GIS](https://pkg-grass.alioth.debian.org/) project maintains [PostGIS packaging](https://tracker.debian.org/postgis) for Debian also used by Ubuntu and UbuntuGIS.
-
-##OpenSUSE and SUSE
-* [OpenSUSE PostGIS 2.1](http://software.opensuse.org/package/postgis21) For OpenSUSE 13.1, 12.3, Tumbleweed, SUSE SLE-11 SP 3
-
-##Distributions targeting more than one OS (these include PostgreSQL and many other PostgreSQL extensions)
-* [BigSQL](http://www.bigsql.org/postgresql/installers.jsp) - Supports 64-bit for Linux (RedHat, Debian), MacOSX 64-bit, and Windows 64-bit.
-  It generally has latest version of PostGIS and ogrfdw for all OS supported. As such, it’s ideal if you have users on different OS and want a consistent set of PostGIS related features for all.
-  Refer to [BigSQL: PostGIS Install](http://www.bigsql.org/docs/postgis/postgis.jsp) and [BigSQL: How to create a Spatial Database](https://www.openscg.com/2017/02/postgis-how-to-create-a-spatial-database-with-pgc-command-line/) for PostGIS specific install instructions.
+## OpenSUSE and SUSE
+* [OpenSUSE](https://build.opensuse.org/package/show/Application:Geo/postgis) For OpenSUSE
 
+## Distributions targeting more than one OS (these include PostgreSQL and many other PostgreSQL extensions)
 * [EnterpriseDb PostgreSQL](http://www.enterprisedb.com/products-services-training/pgdownload) - Supports 32-bit/64-bit Linux, MacOSX, Windows
   Note that the MacOSX PostGIS package
   and EDB Windows PostGIS package have different maintainers, so offerings are not equivalent.
@@ -66,8 +67,7 @@ Binary distributions of PostGIS are available for various operating systems.
 
 # Getting Started
 
-These instructions are for PostgreSQL 9.1 and higher, PostGIS 2.2 and higher that is compiled with raster support.
-Note: if you have postgis, without raster support, you can not use CREATE EXTENSION. Refer to [PostGIS install](/docs/postgis_installation.html#install_short_version).
+In order to use PostGIS you first need to [install the binaries](#binary-installers).  You can install these via package managers or compile PostGIS yourself.
 
 ## Enabling PostGIS
 
@@ -129,9 +129,9 @@ ALTER EXTENSION postgis_tiger_geocoder
 
 ## Spatial SQL
 
-See the [documentation]({{ pcurl('documentation') }}) for more guidance.
+See the [documentation](/documentation) for more guidance.
 
-{{< highlight sql>}}-- Create table with spatial column
+{{< highlight postgres>}}-- Create table with spatial column
 CREATE TABLE mytable (
   id SERIAL PRIMARY KEY,
   geom GEOMETRY(Point, 26910),

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

Summary of changes:
 .../assets => assets}/sass/_custom.sass            | 12 ++++++
 assets/sass/_override.sass                         | 12 +-----
 assets/sass/_variables.sass                        |  8 ++--
 content/pages/install.md                           | 48 +++++++++++-----------
 4 files changed, 41 insertions(+), 39 deletions(-)
 copy {themes/hugo-clarity/assets => assets}/sass/_custom.sass (73%)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list