coopcloud.tech/config.toml

52 lines
1.2 KiB
TOML
Raw Permalink Normal View History

2021-04-16 09:02:55 +00:00
baseURL = "https://coopcloud.tech"
2021-01-09 16:57:29 +00:00
languageCode = "en-gb"
2021-03-30 20:39:49 +00:00
title = "The Co-op Cloud"
2021-04-16 09:02:55 +00:00
theme = "coopcloud.tech"
2021-07-07 10:27:33 +00:00
enableemoji = true
2021-01-09 18:24:31 +00:00
[menu]
2024-01-06 13:27:07 +00:00
[[menu.main]]
name = "Git"
url = "https://git.coopcloud.tech"
weight = 1
2021-01-09 18:24:31 +00:00
[[menu.main]]
2021-07-07 00:42:02 +00:00
name = "Docs"
url = "https://docs.coopcloud.tech"
2024-01-06 13:27:07 +00:00
weight = 2
2024-01-24 20:11:46 +00:00
[[menu.main]]
name = "Recipes"
url = "https://recipes.coopcloud.tech"
weight = 3
2021-01-09 18:24:31 +00:00
[[menu.main]]
2021-07-07 00:42:02 +00:00
name = "Blog"
2021-07-07 00:43:20 +00:00
url = "/blog/"
2024-01-24 20:11:46 +00:00
weight = 4
2021-03-29 15:40:10 +00:00
[params]
[params.links]
2021-04-16 09:02:55 +00:00
docs = "https://docs.coopcloud.tech/"
docsfaq = "https://docs.coopcloud.tech/intro/faq/"
2022-02-01 10:52:24 +00:00
getinvolved = "https://docs.coopcloud.tech/get-involved/"
autonomicSite = "https://autonomic.zone"
2021-03-30 21:50:36 +00:00
[[params.links.footer]]
name = "Source Code"
link = "https://git.coopcloud.tech/coop-cloud"
2021-03-30 21:50:36 +00:00
[[params.links.footer]]
name = "Documentation"
2021-04-16 09:02:55 +00:00
link = "https://docs.coopcloud.tech"
2021-03-30 21:50:36 +00:00
[[params.links.footer]]
name = "Public Matrix chat"
2021-03-30 21:50:36 +00:00
link = "https://matrix.to/#/#coopcloud:autonomic.zone?via=autonomic.zone"
[[params.links.footer]]
name = "Mastodon"
link = "https://social.coop/@coopcloud"
[[params.links.footer]]
name = "RSS"
link = "https://coopcloud.tech/blog/index.xml"
2021-08-12 15:01:42 +00:00
[Permalinks]
2022-02-01 10:52:24 +00:00
code = "/:filename/"
2024-03-30 16:43:16 +00:00
[markup.goldmark.renderer]
unsafe = true