Fix Hugo warnings (#1775)
This commit is contained in:
parent
d547154c91
commit
e74c7c1540
2 changed files with 5 additions and 3 deletions
1
changelogs/internal/newsfragments/1775.clarification
Normal file
1
changelogs/internal/newsfragments/1775.clarification
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Fix Hugo warnings.
|
|
@ -10,15 +10,16 @@ enableRobotsTXT = true
|
||||||
# We disable RSS, because (a) it's useless, (b) Hugo seems to generate broken
|
# 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/
|
# 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">`).
|
# contains `<link rel="alternate" type="application/rss+xml" href="/v1.4/v1.4/index.xml">`).
|
||||||
disableKinds = ["taxonomy", "taxonomyTerm", "RSS"]
|
disableKinds = ["taxonomy", "RSS"]
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
[languages.en]
|
[languages.en]
|
||||||
title = "Matrix Specification"
|
title = "Matrix Specification"
|
||||||
description = "Home of the Matrix specification for decentralised communication"
|
|
||||||
languageName ="English"
|
languageName ="English"
|
||||||
# Weight used for sorting.
|
# Weight used for sorting.
|
||||||
weight = 1
|
weight = 1
|
||||||
|
[languages.en.params]
|
||||||
|
description = "Home of the Matrix specification for decentralised communication"
|
||||||
|
|
||||||
# Entries in the main menu in the header.
|
# Entries in the main menu in the header.
|
||||||
[menus]
|
[menus]
|
||||||
|
@ -129,7 +130,7 @@ sidebar_menu_compact = true
|
||||||
[module]
|
[module]
|
||||||
[module.hugoVersion]
|
[module.hugoVersion]
|
||||||
extended = true
|
extended = true
|
||||||
min = "0.110.0"
|
min = "0.113.0"
|
||||||
[[module.imports]]
|
[[module.imports]]
|
||||||
path = "github.com/matrix-org/docsy"
|
path = "github.com/matrix-org/docsy"
|
||||||
disable = false
|
disable = false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue