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"]