summaryrefslogtreecommitdiff
path: root/alt.irregular.ninja/shuriken.conf
blob: 6eaa7700f96295326633a9fd662300de65ecec51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# The title of the photoalbum
TITLE='Alternative Irregular Ninja'

# Source/project link shown in the page footer ("Site generated ... with <URL>").
SOURCE_URL=https://codeberg.org/snonux/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)

# Publish destinations for `shuriken --sync`.
SYNC_DELETE=yes
SYNC_DESTINATIONS=(
    admin@fishfinger.buetow.org:/var/www/htdocs/alt.irregular.ninja/
    admin@blowfish.buetow.org:/var/www/htdocs/alt.irregular.ninja/
)