From 00477ebd5a12b5c6a456fcd1b3bfa1cdc7ecea3b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 18 Jun 2026 08:30:25 +0300 Subject: Enable stats site for irregular.ninja shuriken 0.10.0 defaults STATS_PAGE to off. Set STATS_PAGE=yes explicitly so the stats site keeps being generated. (alt.irregular.ninja already enables it.) Co-Authored-By: Claude Opus 4.8 --- irregular.ninja/shuriken.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/irregular.ninja/shuriken.conf b/irregular.ninja/shuriken.conf index 0a073a9..9e28c3b 100644 --- a/irregular.ninja/shuriken.conf +++ b/irregular.ninja/shuriken.conf @@ -17,6 +17,8 @@ IMAGE_JOBS=3 SHUFFLE=yes # Generate a no-JavaScript splash landing page at index.html. SPLASH_PAGE=yes +# Generate the EXIF stats site (off by default in shuriken); enable it here. +STATS_PAGE=yes # Set to any non-empty value for repeatable output. # RANDOM_SEED=irregular-ninja -- cgit v1.2.3