forked from toolshed/coopcloud.tech
21 lines
441 B
TOML
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"
|