The homepage's featured Tools grid (layouts/index.html) had drifted
out of sync with the actual set of apps on the site — only 6 of 13
were listed there. Brought it up to full parity: added Weather,
FlightWatch, Flights, Volleyball Score, Pixel Art, ASCII Art, and Ops
Dashboard.
Also added the two genuinely new ones (Weather, FlightWatch) to the
Explore nav dropdown (hugo.toml) and the Site Index page
(content/explore.md), which were both otherwise complete.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_018pkC97LryUBHRQWsnFM69x
- Replace Tags nav item with an Explore dropdown containing Tags, Site Index,
and all tool subpages (Status, Flights, Volleyball Score, Pixel Art, ASCII Art)
- Limit homepage to 8 posts per page with pagination controls
- Show frontmatter description as post excerpt (more useful than auto-summary
for Morning Brief posts with similar titles)
- Custom CSS for dropdown panel (hover + focus-within for keyboard/touch)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>