From 9ea2e15300472e34f0471a3139efea02ecaca76e Mon Sep 17 00:00:00 2001 From: antongit Date: Wed, 6 Mar 2024 16:58:41 +0100 Subject: [PATCH 1/2] - partial update, because of the new 123.7 hugo: Section names are now smallcaps in .Site.Sections. - feb blog typo - madewithgamma project ids and filenames cleanup --- content/MadeWithGamma/{04_TAU.md => 03_TAU.md} | 2 +- content/MadeWithGamma/{05_schatten.md => 04_schatten.md} | 2 +- content/MadeWithGamma/{06_Technoseum.md => 05_Technoseum.md} | 2 +- content/MadeWithGamma/{07_spoton.md => 06_spoton.md} | 2 +- .../{20_UtopianGarden.md => 21_UtopianGarden.md} | 2 +- .../vvvvhat-happened-in-february-2024/index.md | 2 +- layouts/partials/showcase.html | 4 +--- 7 files changed, 7 insertions(+), 9 deletions(-) rename content/MadeWithGamma/{04_TAU.md => 03_TAU.md} (96%) rename content/MadeWithGamma/{05_schatten.md => 04_schatten.md} (97%) rename content/MadeWithGamma/{06_Technoseum.md => 05_Technoseum.md} (97%) rename content/MadeWithGamma/{07_spoton.md => 06_spoton.md} (96%) rename content/MadeWithGamma/{20_UtopianGarden.md => 21_UtopianGarden.md} (97%) diff --git a/content/MadeWithGamma/04_TAU.md b/content/MadeWithGamma/03_TAU.md similarity index 96% rename from content/MadeWithGamma/04_TAU.md rename to content/MadeWithGamma/03_TAU.md index 03708ee6..2d047660 100644 --- a/content/MadeWithGamma/04_TAU.md +++ b/content/MadeWithGamma/03_TAU.md @@ -1,5 +1,5 @@ --- -id: 4 +id: 3 author: Arístides García title: TAU subtitle: diff --git a/content/MadeWithGamma/05_schatten.md b/content/MadeWithGamma/04_schatten.md similarity index 97% rename from content/MadeWithGamma/05_schatten.md rename to content/MadeWithGamma/04_schatten.md index a24224fd..b699eebf 100644 --- a/content/MadeWithGamma/05_schatten.md +++ b/content/MadeWithGamma/04_schatten.md @@ -1,5 +1,5 @@ --- -id: 5 +id: 4 author: BADABOOMBERLIN title: Schattenfänger subtitle: diff --git a/content/MadeWithGamma/06_Technoseum.md b/content/MadeWithGamma/05_Technoseum.md similarity index 97% rename from content/MadeWithGamma/06_Technoseum.md rename to content/MadeWithGamma/05_Technoseum.md index aa150085..fb840cc8 100644 --- a/content/MadeWithGamma/06_Technoseum.md +++ b/content/MadeWithGamma/05_Technoseum.md @@ -1,5 +1,5 @@ --- -id: 6 +id: 5 author: m-box title: Technoseum - Energie Mediawall subtitle: diff --git a/content/MadeWithGamma/07_spoton.md b/content/MadeWithGamma/06_spoton.md similarity index 96% rename from content/MadeWithGamma/07_spoton.md rename to content/MadeWithGamma/06_spoton.md index 6af7bea6..9631115a 100644 --- a/content/MadeWithGamma/07_spoton.md +++ b/content/MadeWithGamma/06_spoton.md @@ -1,5 +1,5 @@ --- -id: 7 +id: 6 author: Responsive Spaces title: Spot on subtitle: diff --git a/content/MadeWithGamma/20_UtopianGarden.md b/content/MadeWithGamma/21_UtopianGarden.md similarity index 97% rename from content/MadeWithGamma/20_UtopianGarden.md rename to content/MadeWithGamma/21_UtopianGarden.md index 3bd47a2b..48ca68f9 100644 --- a/content/MadeWithGamma/20_UtopianGarden.md +++ b/content/MadeWithGamma/21_UtopianGarden.md @@ -1,5 +1,5 @@ --- -id: 20 +id: 21 author: wirmachenbunt / flora&faunavisions title: Utopian Garden subtitle: diff --git a/content/blog/2024/Monthly Reviews/vvvvhat-happened-in-february-2024/index.md b/content/blog/2024/Monthly Reviews/vvvvhat-happened-in-february-2024/index.md index 0b15c758..f51f51f9 100644 --- a/content/blog/2024/Monthly Reviews/vvvvhat-happened-in-february-2024/index.md +++ b/content/blog/2024/Monthly Reviews/vvvvhat-happened-in-february-2024/index.md @@ -1,6 +1,6 @@ --- date: "2024-03-06" -title: "vvvvhat happened in Februray 2024" +title: "vvvvhat happened in February 2024" description: "Last month in review" categories: Monthly Reviews author: joreg diff --git a/layouts/partials/showcase.html b/layouts/partials/showcase.html index 9bc6c09e..28d15f38 100644 --- a/layouts/partials/showcase.html +++ b/layouts/partials/showcase.html @@ -22,9 +22,7 @@

{{ .headline }}

- {{ $pages := ((where .Site.RegularPages "Section" "MadeWithGamma").ByParam "id").Reverse }} - {{ $len := len $pages }} - {{ $seq := seq 0 2 (sub $len 1) }} + {{ $pages := ((where .Site.RegularPages "Section" "madewithgamma").ByParam "id").Reverse }}
From 53818691717eef10cf6257eef0047291ecca15ad Mon Sep 17 00:00:00 2001 From: antongit Date: Wed, 6 Mar 2024 17:11:52 +0100 Subject: [PATCH 2/2] Support section fix for the new hugo 123.7 --- layouts/partials/support.html | 2 +- layouts/partials/supportSection.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/layouts/partials/support.html b/layouts/partials/support.html index 39d1e174..98223462 100644 --- a/layouts/partials/support.html +++ b/layouts/partials/support.html @@ -11,7 +11,7 @@

{{ .Site.Params.support.headline }}

- {{ range ((where .Site.RegularPages "Section" "Support").ByParam "id") }} + {{ range ((where .Site.RegularPages "Section" "support").ByParam "id") }} {{ partial "supportSection" .}} {{ end }}
diff --git a/layouts/partials/supportSection.html b/layouts/partials/supportSection.html index 6defbfa3..d2a8354d 100644 --- a/layouts/partials/supportSection.html +++ b/layouts/partials/supportSection.html @@ -14,7 +14,7 @@

{{ .Params.title }}

{{ $plausible:= .Params.plausible}}