A super-simple photo album static site generator
Refactors the generator do to a two-pass: 1. Get a grasp of all directories which have images, noting their children and images 2. Do stuff with those directories |
||
---|---|---|
photoalbum | ||
tests | ||
.gitignore | ||
.python-version | ||
Dockerfile | ||
Makefile | ||
poetry.lock | ||
pyproject.toml | ||
README.md |
photoalbum
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 photoalbums found on bayarearides.com (example).