Mesen/Docs/config.toml
2020-02-01 15:38:08 -05:00

27 lines
605 B
TOML

baseURL = ""
relativeURLS = true
uglyURLs = true
languageCode = "en-us"
title = "Mesen Documentation"
theme = "learn"
publishDir = "docs"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
themeVariant = "green"
mesenVersion = "0.9.9"
[[menu.shortcuts]]
name = "<img style='vertical-align: middle' src='/images/favicon.png'/> <span style='display: inline;vertical-align: middle'>Website</span>"
identifier = "website"
url = "https://www.mesen.ca"
weight = 9
[[menu.shortcuts]]
name = "<i class='fa fa-github'></i> GitHub"
identifier = "github"
url = "https://github.com/SourMesen/Mesen"
weight = 10