diff --git a/config.toml b/config.toml index 5d3d2c4..5fd078a 100644 --- a/config.toml +++ b/config.toml @@ -2,6 +2,7 @@ baseURL = 'https://wiki.trwnh.com/' languageCode = 'en-us' title = 'wiki.trwnh.com' enableGitInfo = true +disableKinds = ["taxonomy", "term"] [markup.tableOfContents] startLevel = 2 @@ -14,7 +15,8 @@ unsafe = true lastmod = ["lastmod", ":git", "date", "publishDate"] [outputs] -home = ["HTML", "RSS", "JSON"] +home = ["HTML", "JSON"] +section = ["HTML"] page = ["HTML"] [params]