From 173e599c41332f5c98dff3fdf9930edc34aad543 Mon Sep 17 00:00:00 2001 From: Aiken Harris Date: Sat, 14 Feb 2026 12:24:04 +0100 Subject: [PATCH] Suppress disabled taxonomy error in Hugo configuration --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index fcea145..a2522a4 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,7 @@ title = "ExectOS Operating System" theme = "exectos" languageCode = "en-us" defaultContentLanguage = "en" +ignoreErrors = ["error-disable-taxonomy"] [menu]