summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-15 14:36:36 +0300
committerPaul Buetow <paul@buetow.org>2026-06-15 14:36:36 +0300
commit5b3eaef8d977a507f285a47bee36e8dfedd066d9 (patch)
treec958eaf0c4ff145c5ec61a0dd21a5d1e2b352556
parent06cd03035cebc9c9fb3ce35c1faf19605c456554 (diff)
Add alt.irregular.ninja/ subfolder with shuriken config and incoming symlink
l---------alt.irregular.ninja/incoming1
-rw-r--r--alt.irregular.ninja/shuriken.conf31
2 files changed, 32 insertions, 0 deletions
diff --git a/alt.irregular.ninja/incoming b/alt.irregular.ninja/incoming
new file mode 120000
index 0000000..9571344
--- /dev/null
+++ b/alt.irregular.ninja/incoming
@@ -0,0 +1 @@
+/home/paul/Syncthing/Pixel7Pro/DCIM/Irregular Ninja/alt.irregular.ninja \ No newline at end of file
diff --git a/alt.irregular.ninja/shuriken.conf b/alt.irregular.ninja/shuriken.conf
new file mode 100644
index 0000000..013cf40
--- /dev/null
+++ b/alt.irregular.ninja/shuriken.conf
@@ -0,0 +1,31 @@
+# The title of the photoalbum
+TITLE='alt.Irregular.Ninja'
+
+# 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 page (stats.html) plus per-camera pages.
+STATS_PAGE=yes
+# Set to any non-empty value for repeatable output.
+# RANDOM_SEED=alt-irregular-ninja
+
+# Directories. Resolve the incoming symlink to its real target so the image
+# scan descends into the directory (find does not follow a symlinked start dir).
+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)