Auto-commit: 2026-06-18 23:00 CT
This commit is contained in:
parent
88ddb7be4d
commit
bfa40618f7
2 changed files with 15 additions and 4 deletions
|
|
@ -36,6 +36,11 @@ Side projects built into the site.
|
||||||
- [beszel.rockcampbell.com](https://beszel.rockcampbell.com) — Beszel, server health dashboard
|
- [beszel.rockcampbell.com](https://beszel.rockcampbell.com) — Beszel, server health dashboard
|
||||||
- [n8n.rockcampbell.com](https://n8n.rockcampbell.com) — n8n, workflow automation
|
- [n8n.rockcampbell.com](https://n8n.rockcampbell.com) — n8n, workflow automation
|
||||||
- [osint.rockcampbell.com](https://osint.rockcampbell.com) — OSIRIS, self-hosted global OSINT dashboard
|
- [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
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
14
hugo.toml
14
hugo.toml
|
|
@ -47,29 +47,35 @@ contentDir = "content"
|
||||||
parent = "explore"
|
parent = "explore"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
|
||||||
|
[[menus.main]]
|
||||||
|
name = "AirBrief"
|
||||||
|
url = "/airbrief"
|
||||||
|
parent = "explore"
|
||||||
|
weight = 4
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = "Flights"
|
name = "Flights"
|
||||||
url = "/flights"
|
url = "/flights"
|
||||||
parent = "explore"
|
parent = "explore"
|
||||||
weight = 4
|
weight = 5
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = "Volleyball Score"
|
name = "Volleyball Score"
|
||||||
url = "/volleyball-score"
|
url = "/volleyball-score"
|
||||||
parent = "explore"
|
parent = "explore"
|
||||||
weight = 5
|
weight = 6
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = "Pixel Art"
|
name = "Pixel Art"
|
||||||
url = "/pixel-art"
|
url = "/pixel-art"
|
||||||
parent = "explore"
|
parent = "explore"
|
||||||
weight = 6
|
weight = 7
|
||||||
|
|
||||||
[[menus.main]]
|
[[menus.main]]
|
||||||
name = "ASCII Art"
|
name = "ASCII Art"
|
||||||
url = "/ascii-art"
|
url = "/ascii-art"
|
||||||
parent = "explore"
|
parent = "explore"
|
||||||
weight = 7
|
weight = 8
|
||||||
|
|
||||||
[[menus.footer]]
|
[[menus.footer]]
|
||||||
name = "RSS"
|
name = "RSS"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue