Show HN: Show HN: Geotagged Photo Map

ethan.dev

1 points by Beefin 13 hours ago

I built a minimal personal site that’s entirely static—no frameworks, just `index.html`, `styles.css`, and a bit of vanilla JS. It has a geotagged photo album that renders a Leaflet map and a lightbox gallery from a simple `images/gallery.json`. I wrote small scripts to bulk ingest photos, read EXIF lat/lng, upload to S3/CloudFront, and update the JSON. It’s fast, portable, and easy to host on GitHub Pages or any static host.

- Live site: [ethan.dev](https://ethan.dev) - Tech: HTML/CSS/JS, Leaflet, Markdown frontmatter, static JSON - Looking for feedback on: accessibility, mobile performance, and better static content organization without a build step.