diff --git a/changelogs/internal/newsfragments/1775.clarification b/changelogs/internal/newsfragments/1775.clarification new file mode 100644 index 00000000..649503a0 --- /dev/null +++ b/changelogs/internal/newsfragments/1775.clarification @@ -0,0 +1 @@ +Fix Hugo warnings. diff --git a/config.toml b/config.toml index 7197c693..a4245d0b 100644 --- a/config.toml +++ b/config.toml @@ -10,15 +10,16 @@ enableRobotsTXT = true # 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"] +disableKinds = ["taxonomy", "RSS"] [languages] [languages.en] title = "Matrix Specification" -description = "Home of the Matrix specification for decentralised communication" languageName ="English" # Weight used for sorting. weight = 1 +[languages.en.params] +description = "Home of the Matrix specification for decentralised communication" # Entries in the main menu in the header. [menus] @@ -129,7 +130,7 @@ sidebar_menu_compact = true [module] [module.hugoVersion] extended = true - min = "0.110.0" + min = "0.113.0" [[module.imports]] path = "github.com/matrix-org/docsy" disable = false