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"