Add ytdl to homepage tools, Explore nav, and site index

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Rock Campbell 2026-07-04 14:06:47 +00:00
parent 8b22c9fbab
commit 15ecca69f6
3 changed files with 12 additions and 0 deletions

View file

@ -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
---

View file

@ -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"

View file

@ -18,6 +18,11 @@
<span class="tool-card__name">Status Dashboard</span>
<span class="tool-card__desc">Kansas City situation awareness — weather, traffic, cameras</span>
</a>
<a href="/ytdl" class="tool-card">
<span class="tool-card__icon">⬇️</span>
<span class="tool-card__name">ytdl</span>
<span class="tool-card__desc">Download video or audio from YouTube and other sites</span>
</a>
</div>
</section>