Add rendering

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
This commit is contained in:
Nick Pegg 2024-08-03 17:05:17 -07:00
parent eb828dc48b
commit 4f5bd76f8a
4 changed files with 90 additions and 35 deletions

View file

@ -19,7 +19,7 @@ fmt:
poetry run ruff format
lint:
poetry run ruff check
poetry run ruff check --fix
test:
poetry run mypy .