diff options
Diffstat (limited to 'example/src')
-rw-r--r-- | example/src/gallery.yaml | 34 |
1 files changed, 16 insertions, 18 deletions
diff --git a/example/src/gallery.yaml b/example/src/gallery.yaml index 3408571..b25b657 100644 --- a/example/src/gallery.yaml +++ b/example/src/gallery.yaml | |||
@@ -1,24 +1,22 @@ | |||
1 | compiler: | 1 | # ldgallery example gallery configuration file |
2 | #includedDirectories: ["*"] | ||
3 | #excludedDirectories: [] | ||
4 | 2 | ||
5 | includedFiles: | 3 | #includedDirectories: ["*"] |
6 | - "*.jpg" | 4 | #excludedDirectories: [] |
7 | |||
8 | #excludedFiles: | ||
9 | #- "*.md" | ||
10 | 5 | ||
11 | tagsFromDirectories: | 6 | includedFiles: |
12 | fromParents: 0 # default | 7 | - "*.jpg" |
13 | prefix: "" # default | ||
14 | 8 | ||
15 | thumbnailMaxResolution: | 9 | #excludedFiles: |
16 | width: 400 # default | 10 | # - "*.md" |
17 | height: 300 # default | ||
18 | 11 | ||
19 | pictureMaxResolution: | 12 | tagsFromDirectories: |
20 | width: 1024 | 13 | fromParents: 0 # default |
21 | height: 768 | 14 | prefix: "" # default |
22 | 15 | ||
16 | thumbnailMaxResolution: | ||
17 | width: 400 # default | ||
18 | height: 300 # default | ||
23 | 19 | ||
24 | viewer: {} | 20 | pictureMaxResolution: |
21 | width: 1024 | ||
22 | height: 768 | ||