Skip to content

Commit

Permalink
Merge pull request #9 from skrysmanski/feature/update-to-hugo-0.123
Browse files Browse the repository at this point in the history
Update to Hugo 0.123
  • Loading branch information
skrysmanski authored Feb 25, 2024
2 parents e22bfba + 54a5226 commit ff7d3bd
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
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

0 comments on commit ff7d3bd

Please sign in to comment.