Personal travel archive

github.com/[you]/trips

Hosted on GitHub Pages

Updated March 2026

1
Trips logged
3
Days planned
1
Country
2026
Started
Trips
01
Mar 21 – 24, 2026
Stockholm, Sweden
First visit · 2 travellers · Stay Inn Apt, Sveavägen · Ryanair FR4636/4626
Published Vasastan Vegan-friendly Specialty coffee Museums
02
— · —
Next destination
Add your next trip plan here
Upcoming
03
— · —
Next destination
Add your next trip plan here
Upcoming
+

To add a new trip, create a folder in this repo and add an index.html — then link it above. See instructions below.

How to add future trips

This repo is structured for GitHub Pages. Each trip lives in its own folder with an index.html. The root index.html is this page.

trips/ ├── index.html ← this page ├── stockholm-march-2026/ │ └── index.html ← Stockholm trip plan ├── lisbon-june-2026/ ← your next trip │ └── index.html └── tokyo-2027/ └── index.html

To publish: push to the main branch. GitHub Pages will serve this at [username].github.io/trips/. Enable Pages in Settings → Pages → Source: main branch / root.

To add a trip to this index, copy one of the trip-card blocks above, remove the future class, update the href, date, title, and tags, and increment the stats counters.