t* Simple Justified Gallery
       
   URI git clone git://git.codevoid.de/mkpicindex
   DIR Log
   DIR Files
   DIR Refs
   DIR README
       ---
   DIR commit 30d2f2725eb9b5e810deeca4036c6bc6a096b141
   DIR parent 51040e387af69b964d75721847e3d1ccdf4b9595
   URI Author: Stefan Hagen <sh+git[at]codevoid[dot]de>
       Date:   Thu, 24 Oct 2019 16:54:51 +0200
       
       Do not randomize per default
       
       Diffstat:
         M mkpicindex.sh                       |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/mkpicindex.sh b/mkpicindex.sh
       t@@ -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;" # <body style="?">
        THUMBNAIL_QUALITY=83       # quality for thumbnails
        THUMBNAIL_PATH="thm"       # relative path to thumbnail folder