From 58dcac603e016a101fac0f6c833366980915740c Mon Sep 17 00:00:00 2001 From: "sh+git@codevoid.de" Date: Thu, 24 Oct 2019 14:54:51 +0000 Subject: [PATCH] Do not randomize per default --- mkpicindex.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkpicindex.sh b/mkpicindex.sh index ebaefcf..2db61d4 100755 --- a/mkpicindex.sh +++ b/mkpicindex.sh @@ -18,7 +18,7 @@ printf '%s' \ # CONFIGURE GALLERY_TITLE="My Gallery" # browser title GALLERY_ROW_HEIGHT=150 # how high will the justified rows be? -GALLERY_RANDOMIZE=true # enable random sorting (true,false) +GALLERY_RANDOMIZE=false # enable random sorting (true,false) BODY_STYLE="color:orange; background:black;" # THUMBNAIL_QUALITY=83 # quality for thumbnails THUMBNAIL_PATH="thm" # relative path to thumbnail folder