A super-simple photo album static site generator
Find a file
2024-08-04 17:31:53 -07:00
photojawn add support for image descriptions 2024-08-04 17:31:53 -07:00
tests Init commit 2024-08-03 07:37:28 -07:00
.gitignore move photo finding to its own function for reuse 2024-08-03 09:49:55 -07:00
.python-version Init commit 2024-08-03 07:37:28 -07:00
Dockerfile Init commit 2024-08-03 07:37:28 -07:00
Makefile Rename to photojawn 2024-08-04 17:08:17 -07:00
poetry.lock add support for album descriptions 2024-08-04 17:22:49 -07:00
pyproject.toml add support for album descriptions 2024-08-04 17:22:49 -07:00
README.md Rename to photojawn 2024-08-04 17:08:17 -07:00

photojawn

A super simple photo album static site generator. You give it a path to a folder of photos and other photos, and it'll generate a basic photo album in that directory. Then you can upload that directory to a webserver of your choice (like an AWS S3 bucket) to host it.

It's everything I need and nothing I don't.

Heavily inspired by the photo albums found on https://bayarearides.com (example).