parent
3c9139bd5d
commit
f0246a5f12
2 changed files with 5 additions and 1 deletions
1
changelogs/internal/newsfragments/1346.clarification
Normal file
1
changelogs/internal/newsfragments/1346.clarification
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Disable RSS generation for the spec.
|
|
@ -10,7 +10,10 @@ enableRobotsTXT = true
|
||||||
# Hugo allows theme composition (and inheritance). The precedence is from left to right.
|
# Hugo allows theme composition (and inheritance). The precedence is from left to right.
|
||||||
theme = ["docsy"]
|
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+xml" href="/v1.4/v1.4/index.xml">`).
|
||||||
|
disableKinds = ["taxonomy", "taxonomyTerm", "RSS"]
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue