2023-08-01 07:32:36 +02:00
baseURL = "https://lila.network/"
languageCode = "en"
defaultContentLanguage = "en"
theme = "lynx"
title = "lila.network"
2024-04-23 22:21:57 +02:00
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"
2023-08-01 07:32:36 +02:00
enableEmoji = true
disableKinds = [ "taxonomy" , "term" ]
[ author ]
name = "lila.network"
2024-04-23 22:21:57 +02:00
headline = "Services available for use by you awesome lot <3"
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 = [
2024-04-23 22:21:57 +02:00
{ 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)" } } ,
2024-04-24 15:38:02 +02:00
{ bookstack = { href = "https://wiki.lila.network" , text = "[SSO] Bookstack Wiki (https://wiki.lila.network)" } } ,
2024-04-30 13:13:38 +02:00
{ freshrss = { href = "https://rss.lila.network" , text = "[SSO] FreshRSS (https://rss.lila.network)" } } ,
2024-04-23 22:21:57 +02:00
{ grafana = { href = "https://grafana.lila.network" , text = "[SSO] Monitoring System (https://grafana.lila.network)" } } ,
2024-04-23 22:39:22 +02:00
{ games = { href = "https://games.lila.network" , text = "🎮 Game Status Page (https://games.lila.network)" } } ,
2024-04-23 22:21:57 +02:00
{ 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)" } } ,
2023-08-01 07:32:36 +02:00
]
[ module . hugoVersion ]
extended = false
min = "v0.86.1"