diff --git a/hugo.toml b/hugo.toml index fe8fb9b..1eb3ccd 100644 --- a/hugo.toml +++ b/hugo.toml @@ -17,6 +17,7 @@ image = "img/purple-heart.png" # path relative to static directory { 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)"} }, { 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)"} }, diff --git a/themes/lynx/assets/css/custom.css b/themes/lynx/assets/css/custom.css index 884aba5..057fb8a 100644 --- a/themes/lynx/assets/css/custom.css +++ b/themes/lynx/assets/css/custom.css @@ -29,6 +29,10 @@ color: #0C356A; } +.link-bookstack { + background: #b228b4; +} + .link-grafana { background: linear-gradient(0deg, #f05a28 25%, diff --git a/themes/lynx/assets/icons/bookstack.svg b/themes/lynx/assets/icons/bookstack.svg new file mode 100644 index 0000000..1026422 --- /dev/null +++ b/themes/lynx/assets/icons/bookstack.svg @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file