From b39c9e5babcc0cf212d5e99b31ae6f6afe13dd7d Mon Sep 17 00:00:00 2001 From: Paul Brinkmeier Date: Sat, 15 Feb 2025 02:33:02 +0100 Subject: [PATCH] Add todos --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e59bf00 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# photomk + +Makefile-based static site generator for sharing photos. + +## TODO + +- [ ] Generate .zip archive of all photos and offer it for download +- [ ] Make `make clean-dist` remove only unused photos (i.e. all photos in dist setminus photos that are supposed to be in dist) +- [ ] Make a pretty index page +- [ ] Generate .webp thumbnails for index page