diff options
author | pacien | 2020-01-05 20:40:41 +0100 |
---|---|---|
committer | pacien | 2020-01-05 20:40:41 +0100 |
commit | 1e3a0e39cb6cdc86a6ba6b570c72c44931cf1c3b (patch) | |
tree | 2746d5fe93eb00162b146a054761a2c8e7f76ed2 /example | |
parent | 2ad60869c2e8d0846672ccb18b2de99c9cf33671 (diff) | |
download | ldgallery-1e3a0e39cb6cdc86a6ba6b570c72c44931cf1c3b.tar.gz |
compiler: replace file filter with inclusino and exclusion glob lists
GitHub: closes #16
Diffstat (limited to 'example')
-rw-r--r-- | example/gallery.yaml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/example/gallery.yaml b/example/gallery.yaml index 5da7328..ccdb16b 100644 --- a/example/gallery.yaml +++ b/example/gallery.yaml | |||
@@ -1,6 +1,11 @@ | |||
1 | compiler: | 1 | compiler: |
2 | galleryName: Example gallery | 2 | galleryName: Example gallery |
3 | ignoreFiles: .*\.md | 3 | |
4 | includeFiles: | ||
5 | - "*.jpg" | ||
6 | |||
7 | #excludeFiles: | ||
8 | #- "*.md" | ||
4 | 9 | ||
5 | tagsFromDirectories: 0 # default | 10 | tagsFromDirectories: 0 # default |
6 | 11 | ||