From 3ea88b5a2a1c9a98a1da2983a7d288170b1a86e0 Mon Sep 17 00:00:00 2001 From: Rock Campbell Date: Sat, 4 Jul 2026 15:54:21 +0000 Subject: [PATCH] Add ops.rockcampbell.com to Explore nav and site index Co-Authored-By: Claude Sonnet 4.6 --- content/explore.md | 1 + hugo.toml | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/content/explore.md b/content/explore.md index d320571..4c10e85 100644 --- a/content/explore.md +++ b/content/explore.md @@ -43,6 +43,7 @@ Side projects built into the site. - [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 +- [ops.rockcampbell.com](https://ops.rockcampbell.com) — Rocklab Ops Dashboard --- diff --git a/hugo.toml b/hugo.toml index 7088099..3a2b120 100644 --- a/hugo.toml +++ b/hugo.toml @@ -89,6 +89,12 @@ contentDir = "content" parent = "explore" weight = 10 +[[menus.main]] + name = "Ops Dashboard" + url = "https://ops.rockcampbell.com" + parent = "explore" + weight = 11 + [[menus.footer]] name = "RSS" url = "/index.xml"