From 91fe2e6954414b58ea4ab6fe0adf559e84213943 Mon Sep 17 00:00:00 2001 From: Quad Date: Wed, 30 Apr 2025 20:04:39 +0200 Subject: [PATCH] apparently it was making useless tags and category pages, cool --- hugo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hugo.toml b/hugo.toml index a2a4de9..c2186d8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -2,4 +2,6 @@ baseURL = 'https://blog.quad.moe/' languageCode = 'en-us' title = "Quad's ramblings" +disableKinds = ["taxonomy"] + theme = 'quadrant'