Skip to content

reupen/photos.reupen.uk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Linux is required to build the site, due to the use of a custom build of libvips with sharp.

To build the site:

  1. Install Node.js

  2. Install Python

  3. Install Nix

  4. Start a Nix shell:

    nix-shell
  5. Install JavaScript dependencies:

    npm install
  6. Build the site:

    npm run build
  7. Run the preview server:

    npm run preview

See the Astro documentation for more information on using Astro.

About

Source for https://photos.reupen.uk

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •