Files
coopcloud.tech/config.toml
Roxie Gibson ff387dbf72
Some checks failed
continuous-integration/drone/push Build is failing
added proper templating
2021-03-29 16:40:10 +01:00

21 lines
441 B
TOML

baseURL = "https://cloud.autonomic.zone"
languageCode = "en-gb"
title = "The Cooperative Cloud"
theme = "cloud.autonomic.zone"
[menu]
[[menu.main]]
name = "Home"
pre = "home"
url = "/"
weight = 1
[[menu.main]]
name = "Documentation"
url = "https://docs.cloud.autonomic.zone"
weight = 2
# HACK: DO NOT REMOVE
# For some reason, having 0 params means that the Data map does not work.
[Params]
hello = "world"