diff options
author | pacien | 2020-01-23 22:36:21 +0100 |
---|---|---|
committer | Notkea | 2020-01-26 21:54:21 +0100 |
commit | 987eb81cb5d98262299c7917d752c54907cbbc33 (patch) | |
tree | 984c73e9a30676f33f05203cb96f57a6a7fda7e9 /example | |
parent | 8b83c3a77d4bf2ff01b3da789aba7197ff183f30 (diff) | |
download | ldgallery-987eb81cb5d98262299c7917d752c54907cbbc33.tar.gz |
compiler: add directory incl and excl glob settings
GitHub: closes #41
Diffstat (limited to 'example')
-rw-r--r-- | example/gallery.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/example/gallery.yaml b/example/gallery.yaml index ccdb16b..7fb2c92 100644 --- a/example/gallery.yaml +++ b/example/gallery.yaml | |||
@@ -1,10 +1,13 @@ | |||
1 | compiler: | 1 | compiler: |
2 | galleryName: Example gallery | 2 | galleryName: Example gallery |
3 | 3 | ||
4 | includeFiles: | 4 | #includedDirectories: ["*"] |
5 | #excludedDirectories: [] | ||
6 | |||
7 | includedFiles: | ||
5 | - "*.jpg" | 8 | - "*.jpg" |
6 | 9 | ||
7 | #excludeFiles: | 10 | #excludedFiles: |
8 | #- "*.md" | 11 | #- "*.md" |
9 | 12 | ||
10 | tagsFromDirectories: 0 # default | 13 | tagsFromDirectories: 0 # default |