diff options
Diffstat (limited to 'example')
-rw-r--r-- | example/gallery.yaml | 7 |
1 files changed, 5 insertions, 2 deletions
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 @@ | |||
1 | compiler: | 1 | compiler: |
2 | galleryName: Example gallery | 2 | galleryName: Example gallery |
3 | 3 | ||
4 | includeFiles: | 4 | #includedDirectories: ["*"] |
5 | #excludedDirectories: [] | ||
6 | |||
7 | includedFiles: | ||
5 | - "*.jpg" | 8 | - "*.jpg" |
6 | 9 | ||
7 | #excludeFiles: | 10 | #excludedFiles: |
8 | #- "*.md" | 11 | #- "*.md" |
9 | 12 | ||
10 | tagsFromDirectories: 0 # default | 13 | tagsFromDirectories: 0 # default |