A website for the photos I shoot on film cameras. Visit https://film.fershad.com.
This readme is incomplete, and for my own personal reference for now. I hope to pull out parts of this project into a nice 11ty Starter repo later.
- Copy original photos into the
static/images
folder. - Run the command
npm run pokeball
. This will find all newly added photos (at least those which don't exist in the_cache/discovered-images.json
file).- You can add an argument to this command if you want to limit the number of images found (useful for large image dumps). E.g.
npm run pokeball 5
will limit the discovery to five new images.
- You can add an argument to this command if you want to limit the number of images found (useful for large image dumps). E.g.
- Answer the prompts to create metadata for the image.
- Once complete, commit to git.
- Push to
main
to trigger a site build.