This repo contains the source for photos.reupen.uk, a website I created for displaying photos I’ve taken.
The site was built using Astro and uses Sharp to convert images.
Most source images are stored as downscaled lossless 8-bit WebP files, which are converted to lossy AVIF and WebP images when building the site.
Git Large File Storage (LFS) is used to manage large files.
To build the site:
See the Astro documentation for more information on using Astro.