summaryrefslogtreecommitdiff
path: root/so.war.das/shuriken.conf
diff options
context:
space:
mode:
Diffstat (limited to 'so.war.das/shuriken.conf')
-rw-r--r--so.war.das/shuriken.conf37
1 files changed, 37 insertions, 0 deletions
diff --git a/so.war.das/shuriken.conf b/so.war.das/shuriken.conf
new file mode 100644
index 0000000..dbca98e
--- /dev/null
+++ b/so.war.das/shuriken.conf
@@ -0,0 +1,37 @@
+# The title of the photoalbum
+TITLE='So war das bis Juni'
+
+# Thumbnail height geometry
+THUMBHEIGHT=400
+# Normal geometry height when viewing a photo.
+HEIGHT=1800
+# Max previews per page.
+MAXPREVIEWS=40
+# Parallel ImageMagick jobs.
+IMAGE_JOBS=3
+
+# Randomly shuffle all previews.
+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=no
+# Set to any non-empty value for repeatable output.
+# RANDOM_SEED=irregular-ninja
+
+# Directories.
+INCOMING_DIR=$(readlink -f incoming)
+DIST_DIR=$(pwd)/dist
+TEMPLATE_DIR=/usr/share/shuriken/templates/default
+
+# Includes a .tar of the incoming dir in the dist, can be yes or no.
+TARBALL_INCLUDE=no
+TARBALL_SUFFIX=.tar
+TAR_OPTS=(-c)
+
+# Publish destinations for `shuriken --sync`.
+SYNC_DELETE=yes
+SYNC_DESTINATIONS=(
+ paul@pi0.lan:/var/www/html/fotos/2026-so.war.das.bis.juni
+ paul@pi1.lan:/var/www/html/fotos/2026-so.war.das.bis.juni
+)