Fix: Multiple bugs

This commit is contained in:
2025-12-13 13:39:58 +01:00
parent 3c7dc625e7
commit 869f12dcba
10 changed files with 131 additions and 776 deletions

View File

@@ -9,7 +9,7 @@ pagination.pagerSize = 6 # see https://gohugo.io/extras/pagination/
# post excerpt
summaryLength = 10 # see https://gohugo.io/content-management/excerpts/
# disable language
disableLanguages = []
disableLanguages = ["en"]
# example: ["fr"] for disable french language. see https://gohugo.io/content-management/multilingual/
hasCJKLanguage = false # If hasCJKLanguage true, auto-detect Chinese/Japanese/Korean Languages in the content. see: https://gohugo.io/getting-started/configuration/#hascjklanguage
defaultContentLanguage = "nl"