From a46aed7475b184fe205c1376ec58e628047cd8ea Mon Sep 17 00:00:00 2001 From: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> Date: Wed, 16 Nov 2022 13:20:06 +0000 Subject: [PATCH] Disable RSS for spec (#1346) This should really fix #1336 --- changelogs/internal/newsfragments/1346.clarification | 1 + config.toml | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 changelogs/internal/newsfragments/1346.clarification diff --git a/changelogs/internal/newsfragments/1346.clarification b/changelogs/internal/newsfragments/1346.clarification new file mode 100644 index 000000000..fccddcb0c --- /dev/null +++ b/changelogs/internal/newsfragments/1346.clarification @@ -0,0 +1 @@ +Disable RSS generation for the spec. diff --git a/config.toml b/config.toml index 525e968b7..d4d2a02df 100644 --- a/config.toml +++ b/config.toml @@ -10,7 +10,10 @@ enableRobotsTXT = true # Hugo allows theme composition (and inheritance). The precedence is from left to right. theme = ["docsy"] -disableKinds = ["taxonomy", "taxonomyTerm"] +# We disable RSS, because (a) it's useless, (b) Hugo seems to generate broken +# links to it when used with a --baseURL (for example, https://spec.matrix.org/v1.4/ +# contains ``). +disableKinds = ["taxonomy", "taxonomyTerm", "RSS"] [languages] [languages.en]