From bfa40618f72467524970d6468c46be449ecfc5ad Mon Sep 17 00:00:00 2001 From: Rock Campbell Date: Thu, 18 Jun 2026 23:00:01 +0000 Subject: [PATCH] Auto-commit: 2026-06-18 23:00 CT --- content/explore.md | 5 +++++ hugo.toml | 14 ++++++++++---- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/content/explore.md b/content/explore.md index 6759651..27bfad0 100644 --- a/content/explore.md +++ b/content/explore.md @@ -36,6 +36,11 @@ Side projects built into the site. - [beszel.rockcampbell.com](https://beszel.rockcampbell.com) — Beszel, server health dashboard - [n8n.rockcampbell.com](https://n8n.rockcampbell.com) — n8n, workflow automation - [osint.rockcampbell.com](https://osint.rockcampbell.com) — OSIRIS, self-hosted global OSINT dashboard +- [draw.rockcampbell.com](https://draw.rockcampbell.com) — Draw.io, diagramming and whiteboarding +- [crm.rockcampbell.com](https://crm.rockcampbell.com) — Krayin CRM (in testing) +- [nextcloud.rockcampbell.com](https://nextcloud.rockcampbell.com) — Nextcloud, file sync and cloud storage +- [syncthing.rockcampbell.com](https://syncthing.rockcampbell.com) — Syncthing, P2P file sync +- [torrent.rockcampbell.com](https://torrent.rockcampbell.com) — qBittorrent --- diff --git a/hugo.toml b/hugo.toml index b72980f..81e4264 100644 --- a/hugo.toml +++ b/hugo.toml @@ -47,29 +47,35 @@ contentDir = "content" parent = "explore" weight = 3 +[[menus.main]] + name = "AirBrief" + url = "/airbrief" + parent = "explore" + weight = 4 + [[menus.main]] name = "Flights" url = "/flights" parent = "explore" - weight = 4 + weight = 5 [[menus.main]] name = "Volleyball Score" url = "/volleyball-score" parent = "explore" - weight = 5 + weight = 6 [[menus.main]] name = "Pixel Art" url = "/pixel-art" parent = "explore" - weight = 6 + weight = 7 [[menus.main]] name = "ASCII Art" url = "/ascii-art" parent = "explore" - weight = 7 + weight = 8 [[menus.footer]] name = "RSS"