From 94df7c2ec5dfe3325458506cf621f524aeee6efc Mon Sep 17 00:00:00 2001 From: David Date: Thu, 19 Nov 2020 21:35:36 +0100 Subject: [PATCH] Testing webhooks with hugo --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 2a0c09f..1ad9d45 100644 --- a/config.toml +++ b/config.toml @@ -2,3 +2,4 @@ baseURL = "http://example.org/" languageCode = "en-us" title = "My New Hugo Site" theme = "novela" +disableKinds = ["taxonomy", "taxonomyTerm"]