From 1e3a0e39cb6cdc86a6ba6b570c72c44931cf1c3b Mon Sep 17 00:00:00 2001 From: pacien Date: Sun, 5 Jan 2020 20:40:41 +0100 Subject: compiler: replace file filter with inclusino and exclusion glob lists GitHub: closes #16 --- example/gallery.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'example') 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 @@ compiler: galleryName: Example gallery - ignoreFiles: .*\.md + + includeFiles: + - "*.jpg" + + #excludeFiles: + #- "*.md" tagsFromDirectories: 0 # default -- cgit v1.2.3