diff options
author | pacien | 2020-02-26 22:13:00 +0100 |
---|---|---|
committer | Notkea | 2020-02-27 21:54:32 +0100 |
commit | f09e9d9fa29284bd9ae872efe5ba1d526e349011 (patch) | |
tree | 50d523ffb4f2d6e4b1d09eb2edd9f099c9b20048 /example/src | |
parent | c7fa5bd40d0e5c9ea50190a90a0ccfee8ad96c25 (diff) | |
download | ldgallery-f09e9d9fa29284bd9ae872efe5ba1d526e349011.tar.gz |
compiler: add tag inclusion and exclusion globs
GitHub: closes #30
Diffstat (limited to 'example/src')
-rw-r--r-- | example/src/gallery.yaml | 15 |
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 | ||
14 | tagsFromDirectories: | 14 | #includedTags: ["*"] |
15 | fromParents: 0 # default | 15 | #excludedTags: [] |
16 | prefix: '' # default | ||
17 | 16 | ||
18 | thumbnailMaxResolution: | 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 | ||
22 | pictureMaxResolution: | 25 | pictureMaxResolution: |
23 | width: 1024 | 26 | width: 1024 |