Compare commits
3 Commits
ab526d3626
...
b9632f54d1
Author | SHA1 | Date | |
---|---|---|---|
b9632f54d1 | |||
672f63e3b4 | |||
e3cc0e5c8f |
11
config.toml
11
config.toml
@ -4,14 +4,18 @@ title = "The Co-op Cloud"
|
|||||||
theme = "coopcloud.tech"
|
theme = "coopcloud.tech"
|
||||||
enableemoji = true
|
enableemoji = true
|
||||||
[menu]
|
[menu]
|
||||||
|
[[menu.main]]
|
||||||
|
name = "Git"
|
||||||
|
url = "https://git.coopcloud.tech"
|
||||||
|
weight = 1
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Docs"
|
name = "Docs"
|
||||||
url = "https://docs.coopcloud.tech"
|
url = "https://docs.coopcloud.tech"
|
||||||
weight = 1
|
weight = 2
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
name = "Blog"
|
name = "Blog"
|
||||||
url = "/blog/"
|
url = "/blog/"
|
||||||
weight = 2
|
weight = 3
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
[params.links]
|
[params.links]
|
||||||
@ -32,9 +36,6 @@ enableemoji = true
|
|||||||
[[params.links.footer]]
|
[[params.links.footer]]
|
||||||
name = "Mastodon"
|
name = "Mastodon"
|
||||||
link = "https://social.coop/@coopcloud"
|
link = "https://social.coop/@coopcloud"
|
||||||
[[params.links.footer]]
|
|
||||||
name = "Twitter"
|
|
||||||
link = "https://twitter.com/coop_cloud"
|
|
||||||
|
|
||||||
[Permalinks]
|
[Permalinks]
|
||||||
code = "/:filename/"
|
code = "/:filename/"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user