diff options
| author | Paul Buetow <paul@buetow.org> | 2026-06-18 08:30:25 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-06-18 08:30:25 +0300 |
| commit | 00477ebd5a12b5c6a456fcd1b3bfa1cdc7ecea3b (patch) | |
| tree | 5344b132ab747adaa9be542249f080f1fefee19e | |
| parent | d19260fcc2ea01a077520c08a6e150ccf551d54d (diff) | |
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 <noreply@anthropic.com>
| -rw-r--r-- | irregular.ninja/shuriken.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
