https://github.com/reupen/photos.reupen.uk
Source for https://photos.reupen.uk
https://github.com/reupen/photos.reupen.uk
Last synced: 6 months ago
JSON representation
Source for https://photos.reupen.uk
- Host: GitHub
- URL: https://github.com/reupen/photos.reupen.uk
- Owner: reupen
- License: other
- Created: 2023-09-18T18:41:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T21:00:35.000Z (6 months ago)
- Last Synced: 2024-12-11T22:17:44.025Z (6 months ago)
- Language: Astro
- Homepage: https://photos.reupen.uk
- Size: 980 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# photos.reupen.uk
This repo contains the source for [photos.reupen.uk](https://photos.reupen.uk),
a website I created for displaying photos I’ve taken.The site was built using [Astro](https://astro.build) and uses
[Sharp](https://sharp.pixelplumbing.com/) 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)](https://git-lfs.com/) is used to manage large
files.## Building the site
To build the site:
1. Install [Node.js](https://nodejs.org/en/)
2. Install [Python](https://www.python.org/)
3. Run `npm install`
4. Run `npm run build`[See the Astro documentation](https://docs.astro.build/en/) for more information
on using Astro.