aboutsummaryrefslogtreecommitdiff
path: root/example/src/gallery.yaml
diff options
context:
space:
mode:
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: {}