website/hugo.toml
lauralani 0f46b18686
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
update hero image and add ci and status
2023-08-01 10:31:41 +02:00

25 lines
842 B
TOML

baseURL = "https://lila.network/"
languageCode = "en"
defaultContentLanguage = "en"
theme = "lynx"
title = "lila.network"
copyright = "Built by [@lauralani@chaos.social](https://chaos.social/@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 = [
{ forgejo = { href = "https://code.lila.network", text = "Purple Forgejo Git Instance" } },
{ custom-ci = { href = "https://ci.lila.network", text = "lila.network Continuous Integration" } },
{ custom-status = { href = "https://status.lila.network", text = "lila.network Status Page" } },
]
[module.hugoVersion]
extended = false
min = "v0.86.1"