From 987eb81cb5d98262299c7917d752c54907cbbc33 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 23 Jan 2020 22:36:21 +0100 Subject: compiler: add directory incl and excl glob settings GitHub: closes #41 --- example/gallery.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'example') 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 @@ compiler: galleryName: Example gallery - includeFiles: + #includedDirectories: ["*"] + #excludedDirectories: [] + + includedFiles: - "*.jpg" - #excludeFiles: + #excludedFiles: #- "*.md" tagsFromDirectories: 0 # default -- cgit v1.2.3