aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorpacien2020-01-05 20:40:41 +0100
committerpacien2020-01-05 20:40:41 +0100
commit1e3a0e39cb6cdc86a6ba6b570c72c44931cf1c3b (patch)
tree2746d5fe93eb00162b146a054761a2c8e7f76ed2 /example
parent2ad60869c2e8d0846672ccb18b2de99c9cf33671 (diff)
downloadldgallery-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.yaml7
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 @@
1compiler: 1compiler:
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