aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorpacien2020-02-26 22:13:00 +0100
committerNotkea2020-02-27 21:54:32 +0100
commitf09e9d9fa29284bd9ae872efe5ba1d526e349011 (patch)
tree50d523ffb4f2d6e4b1d09eb2edd9f099c9b20048 /example
parentc7fa5bd40d0e5c9ea50190a90a0ccfee8ad96c25 (diff)
downloadldgallery-f09e9d9fa29284bd9ae872efe5ba1d526e349011.tar.gz
compiler: add tag inclusion and exclusion globs
GitHub: closes #30
Diffstat (limited to 'example')
-rw-r--r--example/src/gallery.yaml15
1 files changed, 9 insertions, 6 deletions
diff --git a/example/src/gallery.yaml b/example/src/gallery.yaml
index c4a5077..dba6b39 100644
--- a/example/src/gallery.yaml
+++ b/example/src/gallery.yaml
@@ -11,13 +11,16 @@ includedFiles:
11#excludedFiles: 11#excludedFiles:
12# - "*.md" 12# - "*.md"
13 13
14tagsFromDirectories: 14#includedTags: ["*"]
15 fromParents: 0 # default 15#excludedTags: []
16 prefix: '' # default
17 16
18thumbnailMaxResolution: 17#tagsFromDirectories:
19 width: 400 # default 18# fromParents: 0
20 height: 300 # default 19# prefix: ''
20
21#thumbnailMaxResolution:
22# width: 400
23# height: 300
21 24
22pictureMaxResolution: 25pictureMaxResolution:
23 width: 1024 26 width: 1024