aboutsummaryrefslogtreecommitdiff
path: root/example/gallery.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'example/gallery.yaml')
-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