Mesen-SX/Docs/config.toml
2020-06-30 16:51:13 -04:00

26 lines
609 B
TOML

baseURL = ""
relativeURLS = true
uglyURLs = true
languageCode = "en-us"
title = "Mesen-S Documentation"
theme = "learn"
publishDir = "docs"
[outputs]
home = [ "HTML", "RSS", "JSON"]
[params]
themeVariant = "green"
mesenVersion = "0.4.0"
[[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-S"
weight = 10