diff options
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/config.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index e25942d..0a8d4a8 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -5,7 +5,8 @@ theme = "fuji" hasCJKLanguage = true enableEmoji = true enableRobotsTXT = true -disableKinds = ["taxonomyTerm"] +disableKinds = ["taxonomy"] +ignoreErrors = ["error-disable-taxonomy"] ## Change this two to switch between different language languageCode = "en" # For RSS, view https://www.rssboard.org/rss-language-codes |