summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-15 14:35:35 +0300
committerPaul Buetow <paul@buetow.org>2026-06-15 14:35:35 +0300
commit06cd03035cebc9c9fb3ce35c1faf19605c456554 (patch)
tree89ebc1f1ea1e81601e98262a36810bad4ffe965e
Add irregular.ninja/ subfolder with shuriken config, incoming symlink, and incoming-invalid
l---------irregular.ninja/incoming1
-rw-r--r--irregular.ninja/incoming-invalid/.gitkeep0
-rw-r--r--irregular.ninja/shuriken.conf28
3 files changed, 29 insertions, 0 deletions
diff --git a/irregular.ninja/incoming b/irregular.ninja/incoming
new file mode 120000
index 0000000..14db56d
--- /dev/null
+++ b/irregular.ninja/incoming
@@ -0,0 +1 @@
+/home/paul/Syncthing/Pixel7Pro/DCIM/Irregular Ninja/irregular.ninja \ No newline at end of file
diff --git a/irregular.ninja/incoming-invalid/.gitkeep b/irregular.ninja/incoming-invalid/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/irregular.ninja/incoming-invalid/.gitkeep
diff --git a/irregular.ninja/shuriken.conf b/irregular.ninja/shuriken.conf
new file mode 100644
index 0000000..9b5c3db
--- /dev/null
+++ b/irregular.ninja/shuriken.conf
@@ -0,0 +1,28 @@
+# The title of the photoalbum
+TITLE='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
+# 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)