From 54a5226338551f2a48147d0bfc4f3442f85c0123 Mon Sep 17 00:00:00 2001 From: Sebastian Krysmanski Date: Wed, 21 Feb 2024 16:24:40 +0100 Subject: [PATCH] Upgrade to Hugo 0.123.3 --- .github/workflows/build-and-deploy.yaml | 2 +- .vscode/settings.json | 2 ++ hugo.yaml | 6 ++++++ themes/devlog-theme | 2 +- 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index 3abca69..93e8458 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -56,7 +56,7 @@ jobs: # can be updated with a pull request where I can test the new version. # IMPORTANT: Always use a pull request to update the Hugo version to be able to fix all problems # before pushing the result to production!!! - HUGO_VERSION: 0.122.0 + HUGO_VERSION: 0.123.3 # The directory in which Hugo stores the generated site. # NOTE: '${{ runner.temp }}' isn't available here so we have to use '${{ github.workspace }}'. diff --git a/.vscode/settings.json b/.vscode/settings.json index 44a4425..332babd 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -19,10 +19,12 @@ "hyperv", "Krysmanski", "Linq", + "manski", "markdownlint", "msbuild", "Newtonsoft", "pagefind", + "paginators", "parameterless", "routable", "RSRP", diff --git a/hugo.yaml b/hugo.yaml index 74f6c2c..4d8ca97 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -21,6 +21,12 @@ enableGitInfo: true # We don't need static RSS files to be generated. disableKinds: [ 'RSS' ] +# Don't auto capitalize ".Term.Title" as this breaks our topic name cleanup code +# (which assumes all lower case topic names if no explicit title has been provided). +# NOTE: This not only affects term titles but all kind of titles (it basically leaves them as is; see uses of "auto-title.html"). +# https://gohugo.io/getting-started/configuration/#capitalizelisttitles +capitalizeListTitles: false + params: description: > Hi. I'm Sebastian, software developer from Europe. On this site I write about topics that I've explored over time and want to remember - diff --git a/themes/devlog-theme b/themes/devlog-theme index 46aa547..a880b26 160000 --- a/themes/devlog-theme +++ b/themes/devlog-theme @@ -1 +1 @@ -Subproject commit 46aa547f71228b93a3aa0607e4bf68117cf7bdc4 +Subproject commit a880b26cc3cf6e63a6d21c9cd2d929e0374cc151