commit 7c980cfbe8b2fde666fdb6b4caab5b13081026a3 parent ef3aaa16e7422c9f67144fd276ba4a938b8a82c8 Author: awy <awy@awy.one> Date: Tue, 16 Dec 2025 17:42:55 +0300 ln static files Diffstat:
| M | stagit-rebuild-all | | | 6 | +++++- |
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/stagit-rebuild-all b/stagit-rebuild-all @@ -29,7 +29,11 @@ for repo in "$REPO_BASE"/*.git; do echo " Running stagit..." if ( cd "$outdir" && - stagit "$repo" + stagit "$repo" && + ln -sf log.html index.html + ln -sf ../style.css style.css + ln -sf ../logo.png logo.png + ln -sf ../favicon.png favicon.png ); then echo " Done: $name" else