aboutsummaryrefslogtreecommitdiff
path: root/example/src/gallery.yaml
diff options
context:
space:
mode:
authorZero~Informatique2020-02-13 18:17:35 +0100
committerZero~Informatique2020-02-13 18:17:35 +0100
commit6c51a97bce7963fba47892602c1214b3bcdcd410 (patch)
tree0df87fda5a480718cf35b6087555039a706df524 /example/src/gallery.yaml
parent9c2af5dcd2d2c8754e4c74e02141822c0964a5a8 (diff)
parentef1778e051e007f08f9188a479d04fdf95a57d21 (diff)
downloadldgallery-6c51a97bce7963fba47892602c1214b3bcdcd410.tar.gz
Merge branch 'oz-config-json' into develop
# Conflicts: # scripts/win_compile_example.cmd
Diffstat (limited to 'example/src/gallery.yaml')
-rw-r--r--example/src/gallery.yaml26
1 files changed, 26 insertions, 0 deletions
diff --git a/example/src/gallery.yaml b/example/src/gallery.yaml
new file mode 100644
index 0000000..ea23d8a
--- /dev/null
+++ b/example/src/gallery.yaml
@@ -0,0 +1,26 @@
1compiler:
2 galleryName: Example gallery
3
4 #includedDirectories: ["*"]
5 #excludedDirectories: []
6
7 includedFiles:
8 - "*.jpg"
9
10 #excludedFiles:
11 #- "*.md"
12
13 tagsFromDirectories: 0 # default
14
15 thumbnailMaxResolution:
16 width: 400 # default
17 height: 300 # default
18
19 pictureMaxResolution:
20 width: 1024
21 height: 768
22
23 #jpegExportQuality: 80 # default
24
25
26viewer: {}