coopcloud.tech/config.toml

21 lines
441 B
TOML
Raw Normal View History

2021-01-09 16:57:29 +00:00
baseURL = "https://cloud.autonomic.zone"
languageCode = "en-gb"
title = "The Cooperative Cloud"
2021-01-09 17:01:15 +00:00
theme = "cloud.autonomic.zone"
2021-01-09 18:24:31 +00:00
[menu]
[[menu.main]]
name = "Home"
pre = "home"
url = "/"
weight = 1
[[menu.main]]
2021-01-09 18:30:19 +00:00
name = "Documentation"
url = "https://docs.cloud.autonomic.zone"
2021-01-09 18:24:31 +00:00
weight = 2
2021-03-29 15:40:10 +00:00
# HACK: DO NOT REMOVE
# For some reason, having 0 params means that the Data map does not work.
[Params]
hello = "world"