feat: update Hugo version and minimum version requirement to 0.123.0 (#970)

This commit is contained in:
Jimmy Cai 2024-03-10 19:54:09 +01:00 committed by GitHub
parent 4e7865c185
commit 43224bd39a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
publish = "exampleSite/public" publish = "exampleSite/public"
[build.environment] [build.environment]
HUGO_VERSION = "0.117.0" HUGO_VERSION = "0.123.8"
HUGO_THEME = "repo" HUGO_THEME = "repo"
[context.production] [context.production]

View File

@ -20,7 +20,7 @@ features = [
"search", "search",
] ]
min_version = "0.87.0" min_version = "0.123.0"
[author] [author]
name = "Jimmy Cai" name = "Jimmy Cai"