From 1679915a9b07e7562edba77884c464e62bd9bf05 Mon Sep 17 00:00:00 2001 From: Rock Campbell Date: Fri, 10 Jul 2026 23:00:01 +0000 Subject: [PATCH] Auto-commit: 2026-07-10 23:00 CT --- content/explore.md | 1 + hugo.toml | 6 ++++++ layouts/index.html | 5 +++++ 3 files changed, 12 insertions(+) diff --git a/content/explore.md b/content/explore.md index 4c10e85..2cc6c08 100644 --- a/content/explore.md +++ b/content/explore.md @@ -44,6 +44,7 @@ Side projects built into the site. - [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 +- [geopulse.rockcampbell.com](https://geopulse.rockcampbell.com) — GeoPulse, self-hosted location tracking (OwnTracks) --- diff --git a/hugo.toml b/hugo.toml index 3a2b120..4dd6e70 100644 --- a/hugo.toml +++ b/hugo.toml @@ -95,6 +95,12 @@ contentDir = "content" parent = "explore" weight = 11 +[[menus.main]] + name = "GeoPulse" + url = "https://geopulse.rockcampbell.com" + parent = "explore" + weight = 12 + [[menus.footer]] name = "RSS" url = "/index.xml" diff --git a/layouts/index.html b/layouts/index.html index 93e2aa4..a2f911e 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -23,6 +23,11 @@ ytdl Download video or audio from YouTube and other sites + + 📍 + GeoPulse + Self-hosted location tracking — a private replacement for Google Timeline +