aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorpacien2020-02-22 14:53:03 +0100
committerpacien2020-02-23 22:49:16 +0100
commite42f4e864bac21ed3b19d1869df2cdd4f8c3433c (patch)
tree1d9a22c75da88581f904c91d6492c746932c6927 /example
parentce0b7ec230703d239b3d77e09352c0b1d515d8f5 (diff)
downloadldgallery-e42f4e864bac21ed3b19d1869df2cdd4f8c3433c.tar.gz
compiler: flatten gallery config
GitHub: closes #129
Diffstat (limited to 'example')
-rw-r--r--example/src/gallery.yaml34
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 @@
1compiler: 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: 6includedFiles:
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: 12tagsFromDirectories:
20 width: 1024 13 fromParents: 0 # default
21 height: 768 14 prefix: "" # default
22 15
16thumbnailMaxResolution:
17 width: 400 # default
18 height: 300 # default
23 19
24viewer: {} 20pictureMaxResolution:
21 width: 1024
22 height: 768