2023-08-01 07:32:36 +02:00
baseURL = "https://lila.network/"
languageCode = "en"
defaultContentLanguage = "en"
theme = "lynx"
title = "lila.network"
2023-10-03 18:11:50 +02:00
copyright = "Built by [@lauralani@lila.network](https://social.lila.network/@lauralani), hosted at [Codeberg](https://codeberg.org/lila-network/website)"
2023-08-01 07:32:36 +02:00
enableEmoji = true
disableKinds = [ "taxonomy" , "term" ]
[ author ]
name = "lila.network"
headline = "A network of awesome people"
2023-08-01 10:31:41 +02:00
image = "img/purple-heart.png" # path relative to static directory
2023-08-01 07:32:36 +02:00
links = [
2023-08-02 15:20:01 +02:00
{ mastodon = { href = "https://social.lila.network" , text = "Fediverse Mastodon Instance" } } ,
2023-08-01 07:32:36 +02:00
{ forgejo = { href = "https://code.lila.network" , text = "Purple Forgejo Git Instance" } } ,
2023-08-01 10:31:41 +02:00
{ custom-ci = { href = "https://ci.lila.network" , text = "lila.network Continuous Integration" } } ,
2023-10-03 18:11:10 +02:00
{ nextcloud = { href = "https://cloud.lila.network" , text = "lila.network Nextcloud" } } ,
2023-08-01 10:31:41 +02:00
{ custom-status = { href = "https://status.lila.network" , text = "lila.network Status Page" } } ,
2023-08-01 07:32:36 +02:00
]
[ module . hugoVersion ]
extended = false
min = "v0.86.1"