From 15ecca69f6460b573c59157e43f88ebfa696f1fb Mon Sep 17 00:00:00 2001 From: Rock Campbell Date: Sat, 4 Jul 2026 14:06:47 +0000 Subject: [PATCH] Add ytdl to homepage tools, Explore nav, and site index Co-Authored-By: Claude Sonnet 4.6 --- 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 fa6b651..d320571 100644 --- a/content/explore.md +++ b/content/explore.md @@ -27,6 +27,7 @@ Side projects built into the site. - [/flights](/flights) — flight schedule processor - [/pixel-art](/pixel-art) — pixel art editor - [/ascii-art](/ascii-art) — image to ASCII art converter +- [/ytdl](/ytdl) — video downloader powered by yt-dlp --- diff --git a/hugo.toml b/hugo.toml index f267085..7088099 100644 --- a/hugo.toml +++ b/hugo.toml @@ -83,6 +83,12 @@ contentDir = "content" parent = "explore" weight = 9 +[[menus.main]] + name = "ytdl" + url = "/ytdl" + parent = "explore" + weight = 10 + [[menus.footer]] name = "RSS" url = "/index.xml" diff --git a/layouts/index.html b/layouts/index.html index 4c8cabd..93e2aa4 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -18,6 +18,11 @@ Status Dashboard Kansas City situation awareness — weather, traffic, cameras + + ⬇️ + ytdl + Download video or audio from YouTube and other sites +