diff options
Diffstat (limited to 'example/gallery.yaml')
-rw-r--r-- | example/gallery.yaml | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/example/gallery.yaml b/example/gallery.yaml deleted file mode 100644 index ea23d8a..0000000 --- a/example/gallery.yaml +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | compiler: | ||
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 | |||
26 | viewer: {} | ||