baseURL = "/" title = "Matrix Specification" # Prepends absolute URLs with the baseURL. Useful when hosting on non-root # paths, such as /unstable. canonifyURLs = true 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", "RSS"] [languages] [languages.en] title = "Matrix Specification" 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] [[menus.main]] name = 'Foundation' url = 'https://matrix.org/foundation/' weight = 10 [[menus.main]] name = 'FAQs' url = 'https://matrix.org/faq' weight = 20 [[menus.main]] name = 'Blog' url = 'https://matrix.org/blog/posts' weight = 30 [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=