Static photo gallery for KCD Texas events, published at photos.kcdtexas.org.
The site is a single index.html page that renders a responsive grid of event photos. Thumbnails are served from Linode Object Storage and the full-size originals load on demand in a lightbox.
- Grid: 211 thumbnails (600px wide) stored at
s3://kcdtexas-photos-prod/public/thumbs/ - Lightbox: clicking a thumbnail loads the full-size original from
s3://kcdtexas-photos-prod/public/ - Hosting: GitHub Pages (CNAME → photos.kcdtexas.org)
- Upload originals to
s3://kcdtexas-photos-prod/public/and updatephoto-keys.txtwith the new keys - Run
./generate-thumbs.shto resize and upload thumbnails (requiresawsCLI andffmpeg) - Regenerate the image grid in
index.htmlto include the new entries