Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Hugo 0.123 #9

Merged
merged 1 commit into from
Feb 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'.
Expand Down
2 changes: 2 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
"hyperv",
"Krysmanski",
"Linq",
"manski",
"markdownlint",
"msbuild",
"Newtonsoft",
"pagefind",
"paginators",
"parameterless",
"routable",
"RSRP",
Expand Down
6 changes: 6 additions & 0 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 -
Expand Down
Loading