From de52904a76f1e17bb72544c9e46fbc5a8d31ef56 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 30 Dec 2023 16:20:19 -0600 Subject: [PATCH 1/7] netlify: bump hugo to 0.121.1 --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index b673131..601059d 100644 --- a/netlify.toml +++ b/netlify.toml @@ -2,7 +2,7 @@ publish = "public" [build.environment] - HUGO_VERSION = "0.111.3" + HUGO_VERSION = "0.121.1" [context.production] command = """ From 164dbc6eeb52e608401c840819bec67f2a9c3da3 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 30 Dec 2023 16:22:18 -0600 Subject: [PATCH 2/7] expand authorship information --- config/_default/params.toml | 6 +++++- layouts/partials/about.html | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 4060a19..8f0b2b3 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -5,10 +5,14 @@ mainSections = ["posts"] fallBackOgImage = "images/broken-computer.png" numberOfFeaturedPosts = 5 numberOfRelatedPosts = 5 -author = "jbowdre" indexTitle = ".-. ..- -. - .. -- . - . .-. .-. --- .-." +[author] + name = "John Bowdre" + email = "jbowdre@omg.lol" + username = "jbowdre" + # Comments comments = true utterancesRepo = "jbowdre/site-comments" diff --git a/layouts/partials/about.html b/layouts/partials/about.html index 4260bb1..29869da 100644 --- a/layouts/partials/about.html +++ b/layouts/partials/about.html @@ -4,7 +4,7 @@

{{ .title }}  

{{ partial "tagline.html" . }}
- {{ site.Params.Author }} + {{ site.Params.Author.username }} {{ end }}