Theme,CI: Update hugo and fix for hugo v0.146
All checks were successful
/ build (pull_request) Successful in 38s
/ cleanup-staging (pull_request) Successful in 3s

hugo 0.146.0 refactored the template system and changed where some internal templates are located.
This commit is contained in:
jtbx 2025-07-23 20:44:50 +02:00
commit e334e896a8
3 changed files with 6 additions and 4 deletions

View file

@ -11,6 +11,8 @@ cleanDestinationDir = true
enableGitInfo = true
# paginate = 10
[markup.goldmark.renderer]
unsafe = true
[outputs]
home = ['html']