From aa53794b918d2ed2ca23c9823322a2590b76be5b Mon Sep 17 00:00:00 2001 From: Mans Ziesel Date: Sat, 27 Apr 2024 19:25:57 +0200 Subject: [PATCH] fix hero image on certain pages & fix title --- config/_default/config.toml | 1 + content/contact/index.en.md | 1 + content/contact/index.nl.md | 1 + content/notities/sql/index.en.md | 1 + content/notities/sql/index.nl.md | 1 + content/over-mij/index.en.md | 1 + content/over-mij/index.nl.md | 1 + layouts/partials/head.html | 4 ++-- themes/blowfish | 2 +- 9 files changed, 10 insertions(+), 3 deletions(-) diff --git a/config/_default/config.toml b/config/_default/config.toml index ee70922..97cc786 100644 --- a/config/_default/config.toml +++ b/config/_default/config.toml @@ -5,6 +5,7 @@ theme = ["hugo-cloak-email", "blowfish"] baseURL = "https://mziesel.com/" defaultContentLanguage = "nl" +title = "Mans Ziesel" # pluralizeListTitles = "true" # hugo function useful for non-english languages, find out more in https://gohugo.io/getting-started/configuration/#pluralizelisttitles diff --git a/content/contact/index.en.md b/content/contact/index.en.md index cd9e6d4..783c1d6 100644 --- a/content/contact/index.en.md +++ b/content/contact/index.en.md @@ -1,6 +1,7 @@ --- title: "Contact" date: 2023-03-19T14:51:43+01:00 +showHero: false --- My email address is {{< cloakemail "mans@mziesel.com" >}} diff --git a/content/contact/index.nl.md b/content/contact/index.nl.md index 20ec2e7..e374c6f 100644 --- a/content/contact/index.nl.md +++ b/content/contact/index.nl.md @@ -1,6 +1,7 @@ --- title: "Contact" date: 2023-03-19T14:51:40+01:00 +showHero: false --- Mijn mail adres is {{< cloakemail "mans@mziesel.com" >}} diff --git a/content/notities/sql/index.en.md b/content/notities/sql/index.en.md index 4f047a3..1d06843 100644 --- a/content/notities/sql/index.en.md +++ b/content/notities/sql/index.en.md @@ -2,6 +2,7 @@ title: "SQL notes" date: 2023-06-13 draft: false +showHero: false --- # SQL opdrachten & antwoorden diff --git a/content/notities/sql/index.nl.md b/content/notities/sql/index.nl.md index 7daf7b7..db58b23 100644 --- a/content/notities/sql/index.nl.md +++ b/content/notities/sql/index.nl.md @@ -2,6 +2,7 @@ title: "SQL notities" date: 2023-06-13 draft: false +showHero: false --- # SQL opdrachten & antwoorden diff --git a/content/over-mij/index.en.md b/content/over-mij/index.en.md index c787e23..4f93f6d 100644 --- a/content/over-mij/index.en.md +++ b/content/over-mij/index.en.md @@ -1,6 +1,7 @@ --- title: "About Me" date: 2023-03-19 +showHero: false --- My name is Mans, I am 18 years old, and I am a motivated IT student. diff --git a/content/over-mij/index.nl.md b/content/over-mij/index.nl.md index 0a1c63a..bd19bad 100644 --- a/content/over-mij/index.nl.md +++ b/content/over-mij/index.nl.md @@ -1,6 +1,7 @@ --- title: "Over Mij" date: 2023-03-19 +showHero: false --- Mijn naam is Mans, ik ben 18 jaar en ik ben een gemotiveerde IT student. diff --git a/layouts/partials/head.html b/layouts/partials/head.html index dc59de3..2c01d8f 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -10,8 +10,8 @@ {{ .Site.Title | emojify }} {{- else -}} - {{ .Title | emojify }} · {{ .Site.Title | emojify }} - + {{ .Title | emojify }} - {{ .Site.Title | emojify }} + {{- end }} {{/* Metadata */}} {{ with (.Params.Summary | default .Params.Description) | default .Site.Params.description -}} diff --git a/themes/blowfish b/themes/blowfish index ddf79f4..f06bcb2 160000 --- a/themes/blowfish +++ b/themes/blowfish @@ -1 +1 @@ -Subproject commit ddf79f4573edfdd40592fad843cab508b1885cfb +Subproject commit f06bcb2a557cabf6071a78018304f323c71247cc