website/config.toml

17 lines
464 B
TOML
Raw Normal View History

2019-09-06 19:48:27 +02:00
baseURL = "https://mercury-im.org/"
2019-09-06 00:01:15 +02:00
languageCode = "en-us"
2019-09-06 00:51:35 +02:00
title = "Mercury IM"
theme = "hyde"
[Menus]
main = [
2019-09-07 01:43:10 +02:00
{Name = "Documentation", URL = "/documentation"},
{Name = "Source Code", URL = "https://codeberg.org/Mercury-IM/Mercury-IM"},
2019-09-07 20:50:10 +02:00
{Name = "Wiki", URL = "https://codeberg.org/Mercury-IM/Mercury-IM/wiki"},
2019-09-07 01:43:10 +02:00
{Name = "Download", URL = "/download"}
2019-09-06 00:51:35 +02:00
]
[params]
layoutReverse = true
description = "A Freedom Respecting Instant Messenger"