From 0bff4d52700725edaeb4843b8f6c94948537c7d4 Mon Sep 17 00:00:00 2001 From: Jonni Liljamo Date: Tue, 2 Dec 2025 16:35:43 +0200 Subject: [PATCH] feat: add hydra --- config.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config.toml b/config.toml index 30cb08d..1d28a6d 100644 --- a/config.toml +++ b/config.toml @@ -34,3 +34,9 @@ links = [ { href = "https://media.lab.liljamo.com", name = "Jellyfin" }, { href = "https://cloud.lab.liljamo.com", name = "Nextcloud", pub_href = "https://cloud.liljamo.com" }, ] + +[[extra.sections]] +title = "Misc" +links = [ + { href = "https://hydra.lab.liljamo.com", name = "Hydra" }, +] -- 2.44.1