index
:
shuriken.sh
master
Static HTML/CSS (and zero JavaScript) photo album generator for https://irregular.ninja (and others) in Bash
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
lib
/
album.source.sh
Age
Commit message (
Expand
)
Author
2026-06-24
Trap-clean refresh_splash temp file; drop fragile errexit $- dance
Paul Buetow
2026-06-16
in0 split album.source.sh into cohesive modules
Paul Buetow
2026-06-16
vn0 parallelize preview pages and navigation redirects
Paul Buetow
2026-06-15
Make the favicon configurable via FAVICON config / --favicon flag
Paul Buetow
2026-06-15
Move the stats site into a stats/ subdir to keep the album root small
Paul Buetow
2026-06-15
Persist the EXIF cache in a volatile ./cache dir parallel to ./dist
Paul Buetow
2026-06-15
Make every stat bucket a clickable filter mini-album, rendered in parallel
Paul Buetow
2026-06-15
Stats/camera pages: blurred background, album-like camera thumbs, spacing
Paul Buetow
2026-06-15
Add EXIF mouse-over tooltip to the normal image view
Paul Buetow
2026-06-14
rm0 surface stats page in the dry-run plan
Paul Buetow
2026-06-14
rm0 wire stats feature into generate with STATS_PAGE toggle
Paul Buetow
2026-06-14
km0 harden parallel job pool
Paul Buetow
2026-06-13
dm0: split dry-run planning from output
Paul Buetow
2026-06-13
jm0: centralize runtime config defaults
Paul Buetow
2026-06-13
Refactor generation metadata writing for cm0
Paul Buetow
2026-06-12
Refactor EXIF tooltip parsing for em0
Paul Buetow
2026-06-12
Fix remaining errexit masking for bm0
Paul Buetow
2026-06-11
Rename photoalbum to shuriken
Paul Buetow
2026-06-11
Copy favicon when refreshing splash
Paul Buetow
2026-06-11
Add shuriken logo and generated favicon
Paul Buetow
2026-06-11
Fix detail redirect dry-run count
Paul Buetow
2026-06-11
Keep detail navigation in detail view
Paul Buetow
2026-06-11
Add EXIF tooltip to details view
Paul Buetow
2026-06-11
Parallelize template rendering jobs
Paul Buetow
2026-06-11
Split photoalbum source into lib modules
Paul Buetow