Files
coopcloud.tech/config.toml

21 lines
389 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 = "Posts"
pre = "pen-tool"
url = "/posts/"
weight = 2
[[menu.main]]
name = "Tags"
pre = "tag"
url = "/tags/"
weight = 3