website/hugo.toml
Adora Laura Kalb 9faa527360
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
add freshrss
2024-04-30 13:13:38 +02:00

33 lines
2 KiB
TOML

baseURL = "https://lila.network/"
languageCode = "en"
defaultContentLanguage = "en"
theme = "lynx"
title = "lila.network"
copyright = "Built by [✨ Adora ✨](https://social.lila.network/@lauralani), source code available at [code.lila.network/lila-network/website](https://code.lila.network/lila-network/website) and hosted by Netlify"
enableEmoji = true
disableKinds = [ "taxonomy", "term" ]
[author]
name = "lila.network"
headline = "Services available for use by you awesome lot <3"
image = "img/purple-heart.png" # path relative to static directory
links = [
{ immich = { href = "https://photos.lila.network", text = "[SSO] Photo Gallery (https://photos.lila.network)"} },
{ mealie = { href = "https://mealie.lila.network", text = "[SSO] Cookbook (https://mealie.lila.network)"} },
{ paperless = { href = "https://paperless.lila.network", text = "[SSO] Document Store (https://paperless.lila.network)"} },
{ bookstack = { href = "https://wiki.lila.network", text = "[SSO] Bookstack Wiki (https://wiki.lila.network)"} },
{ freshrss = { href = "https://rss.lila.network", text = "[SSO] FreshRSS (https://rss.lila.network)"} },
{ grafana = { href = "https://grafana.lila.network", text = "[SSO] Monitoring System (https://grafana.lila.network)"} },
{ games = { href = "https://games.lila.network", text = "🎮 Game Status Page (https://games.lila.network)"} },
{ nextcloud = { href = "https://cloud.lila.network", text = "Nextcloud (https://cloud.lila.network)"} },
{ mastodon = { href = "https://social.lila.network", text = "Mastodon (https://social.lila.network)"} },
{ git = { href = "https://code.lila.network", text = "Source Code Management (https://code.lila.network)"} },
{ ci = { href = "https://ci.lila.network", text = "Continuous Integration (https://ci.lila.network)"} },
{ status = { href = "https://status.lila.network", text = "Service Status Page (https://status.lila.network)" } },
]
[module.hugoVersion]
extended = false
min = "v0.86.1"