baseURL = "/" title = "Matrix Specification" # Prepends absolute URLs with the baseURL. Useful when hosting on non-root # paths, such as /unstable. canonifyURLs = true enableRobotsTXT = true # Hugo allows theme composition (and inheritance). The precedence is from left to right. theme = ["docsy"] # 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] title = "Matrix Specification" description = "Home of the Matrix specification for decentralised communication" languageName ="English" # Weight used for sorting. weight = 1 [markup] [markup.goldmark] [markup.goldmark.renderer] # Enables us to render raw HTML unsafe = true [markup.highlight] # See a complete list of available styles at https://xyproto.github.io/splash/docs/all.html # If the style is changed, remember to regenerate the CSS with: # # hugo gen chromastyles --style=