diff options
author | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-11-07 02:02:45 +0300 |
---|---|---|
committer | Yaroslav de la Peña Smirnov <yps@yaroslavps.com> | 2021-11-07 02:02:45 +0300 |
commit | e3a41da5a0a3d70ac53591f2b66144f2be2b3871 (patch) | |
tree | 789cc69b05f2447c11f04dbb6ae972ffa0acd1c9 /tests/site.ini | |
download | revela-e3a41da5a0a3d70ac53591f2b66144f2be2b3871.tar.gz revela-e3a41da5a0a3d70ac53591f2b66144f2be2b3871.zip |
Initial commit.
Almost functional but still missing features and lacking testing.
Diffstat (limited to 'tests/site.ini')
-rw-r--r-- | tests/site.ini | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/site.ini b/tests/site.ini new file mode 100644 index 0000000..eca9e59 --- /dev/null +++ b/tests/site.ini @@ -0,0 +1,17 @@ +title = "An example gallery" +base_url = "http://www.example.com/photos" +max_previews = 20 + +[images] +strip = no +quality = 80 +max_width = 3000 +max_height = 2000 +smart_resize = yes + +[thumbnails] +strip = yes +quality = 75 +max_width = 400 +max_height = 270 +smart_resize = yes |