summaryrefslogtreecommitdiff
path: root/src/shuriken.default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/shuriken.default.conf')
-rw-r--r--src/shuriken.default.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/shuriken.default.conf b/src/shuriken.default.conf
index eaa30a4..79413a5 100644
--- a/src/shuriken.default.conf
+++ b/src/shuriken.default.conf
@@ -25,6 +25,13 @@ IMAGEMAGICK_TIMEOUT=60
# SHUFFLE=yes
# Generate a splash landing page at index.html.
SPLASH_PAGE=yes
+# Generate a per-photo *-details.html page (the EXIF details view reachable via
+# the "Details" link on each photo's view page) for every photo. Can be yes or
+# no. On by default; set to no (or pass --no-details) to skip these pages and
+# their "Details" links -- the normal thumbnail overview and per-photo view
+# pages, EXIF tooltips, and the EXIF stats site are unaffected and stay
+# independently controlled by STATS_PAGE.
+DETAILS_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.