From f51448e25b42c0731674810520bc223d23a2c789 Mon Sep 17 00:00:00 2001 From: Simon C Date: Wed, 17 May 2023 16:14:33 +0200 Subject: [PATCH] feat: Disable taxonomy & term on Hugo --- config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yml b/config.yml index 9cdf412..b2dbe3a 100644 --- a/config.yml +++ b/config.yml @@ -1,6 +1,7 @@ baseURL: http://example.org/ defaultContentLanguage: en defaultContentLanguageInSubdir: true +disableKinds: ["taxonomy", "term"] params: brand: PDF-Editor