diff options
author | xengineering <me@xengineering.eu> | 2022-05-30 19:42:44 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2022-05-30 19:42:44 +0200 |
commit | ae07a77ce5db5c3b5a1b065b7bd006e49d01f136 (patch) | |
tree | e2a21e79f00287a65d3ea3bd20149d463b14e2ef /config.toml | |
parent | 4fc38d8898dad17498576e28adcc53b81fdbad9a (diff) | |
download | website-ae07a77ce5db5c3b5a1b065b7bd006e49d01f136.tar website-ae07a77ce5db5c3b5a1b065b7bd006e49d01f136.tar.zst website-ae07a77ce5db5c3b5a1b065b7bd006e49d01f136.zip |
Remove unwanted RSS feeds
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 071c8b2..04c2c37 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +1,7 @@ baseURL = "https://xengineering.eu/" theme = "bare" -disableKinds = ["taxonomy", "term"] +disableKinds = ["taxonomy", "term", "RSS"] [taxonomies] category = "categories" |