22 lines
632 B
TOML
22 lines
632 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/author.jpg" # path relative to static directory
|
|
|
|
links = [
|
|
{ forgejo = { href = "https://code.lila.network", text = "Purple Forgejo Git Instance" } },
|
|
]
|
|
|
|
[module.hugoVersion]
|
|
extended = false
|
|
min = "v0.86.1"
|