diff options
Diffstat (limited to 'src/shuriken.default.conf')
| -rw-r--r-- | src/shuriken.default.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/shuriken.default.conf b/src/shuriken.default.conf index 38d070e..6434dc0 100644 --- a/src/shuriken.default.conf +++ b/src/shuriken.default.conf @@ -15,9 +15,10 @@ IMAGEMAGICK_TIMEOUT=60 # SHUFFLE=yes # Generate a splash landing page at index.html. SPLASH_PAGE=yes -# Generate an EXIF stats page (stats.html) plus per-camera pages, and show the -# Stats navigation link in page headers. Can be yes or no. -STATS_PAGE=yes +# Generate an EXIF stats site (stats/ overview plus per-camera and filter +# mini-albums) and show the Stats navigation link in page headers. Can be yes or +# no. Off by default; set to yes (or pass --stats) to enable it. +STATS_PAGE=no # Set to any non-empty value for repeatable background, animation, timestamp, # and shuffled preview choices. # RANDOM_SEED=album-build-1 |
