A static site that stores and publishes planned trips as standalone webpages. Each
trip lives as a self-contained HTML page under trips/, and a themed hub
(index.html) lists every trip newest-first. The site is published via GitHub
Pages — no build step, just static HTML and CSS.
index.html— the hub: a single grid of trip cards, newest-first.trips/— one self-contained page per trip, namedYYYY-MM-DD-slug.html.assets/— shared bits (hub stylesheet, favicon).
- Implementation plans live in
docs/plans/(finished plans underdocs/plans/completed/). - Repo conventions (filenames, hub sync, the "Add a trip" checklist) are codified
in
CLAUDE.md.