27 lines
1 KiB
TOML
27 lines
1 KiB
TOML
baseURL = "https://lila.network/"
|
|
languageCode = "en"
|
|
defaultContentLanguage = "en"
|
|
theme = "lynx"
|
|
title = "lila.network"
|
|
copyright = "Built by [@lauralani@lila.network](https://social.lila.network/@lauralani), hosted at [Codeberg](https://codeberg.org/lila-network/website)"
|
|
enableEmoji = true
|
|
disableKinds = [ "taxonomy", "term" ]
|
|
|
|
|
|
[author]
|
|
name = "lila.network"
|
|
headline = "A network of awesome people"
|
|
image = "img/purple-heart.png" # path relative to static directory
|
|
|
|
links = [
|
|
{ mastodon = { href = "https://social.lila.network", text = "Fediverse Mastodon Instance" } },
|
|
{ forgejo = { href = "https://code.lila.network", text = "Purple Forgejo Git Instance" } },
|
|
{ custom-ci = { href = "https://ci.lila.network", text = "lila.network Continuous Integration" } },
|
|
{ nextcloud = { href = "https://cloud.lila.network", text = "lila.network Nextcloud" } },
|
|
|
|
{ custom-status = { href = "https://status.lila.network", text = "lila.network Status Page" } },
|
|
]
|
|
|
|
[module.hugoVersion]
|
|
extended = false
|
|
min = "v0.86.1"
|