From 6b051604ae4806cc830bdfef091a4dd83408c224 Mon Sep 17 00:00:00 2001 From: Dominik Bayerl Date: Thu, 28 May 2026 10:32:54 +0200 Subject: [PATCH] Fix build warnings. - languageCode was deprecated in v0.158.0 - disable section index page (found no layout file for "html" for kind "section") Signed-off-by: Dominik Bayerl --- hugo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hugo.toml b/hugo.toml index bb48c28..091f0de 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,8 +1,7 @@ baseURL = "https://security.science/" -languageCode = "en-us" +locale = "en-us" title = "THI Cybersecurity Research Group" -disableKinds = [ "taxonomy" ] -ignoreErrors = ["error-disable-taxonomy"] +disableKinds = [ "taxonomy", "section" ] theme = [ "hugo-snap-gallery", "hugo-cloak-email" ] [security]