Skip to content

reupen/photos.reupen.uk

Repository files navigation

photos.reupen.uk

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.

Building the site

To build the site:

  1. Install Node.js
  2. Install Python
  3. Run npm install
  4. Run npm run build

See the Astro documentation for more information on using Astro.