Mesen-SX/Docs/config.toml

27 lines
609 B
TOML
Raw Normal View History

2020-06-28 23:14:30 -04:00
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