diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-02 23:13:43 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-12-02 23:13:43 +0300 |
commit | b2e1debd2aba8e1bcd001f799b38e9f35566aa17 (patch) | |
tree | 1ee6465a6b69a3b84b73dbd99a7575f2adfd4d5f | |
parent | 48117f0deaf318298947c9f5a6fe447572ba2353 (diff) |
Add disable kinds
-rw-r--r-- | config.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 5b2dffb..858bf28 100644 --- a/config.toml +++ b/config.toml @@ -1,6 +1,7 @@ baseURL = "http://example.org/" languageCode = "en-us" title = "Hugo's Resume" +disableKinds = ["taxonomy", "taxonomyTerm", "category", "sitemap", "RSS", "404", "robotsTXT"] [Params] Name = "Hugo Jobless" |