Skip to content

Commit

Permalink
Disable RSS for spec (matrix-org#1346)
Browse files Browse the repository at this point in the history
This should really fix matrix-org#1336
  • Loading branch information
richvdh authored and clokep committed May 3, 2023
1 parent 7516acf commit a46aed7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelogs/internal/newsfragments/1346.clarification
@@ -0,0 +1 @@
Disable RSS generation for the spec.
5 changes: 4 additions & 1 deletion config.toml
Expand Up @@ -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 `<link rel="alternate" type="application/rss&#43;xml" href="/v1.4/v1.4/index.xml">`).
disableKinds = ["taxonomy", "taxonomyTerm", "RSS"]

[languages]
[languages.en]
Expand Down

0 comments on commit a46aed7

Please sign in to comment.