diff options
author | pacien | 2019-12-31 08:38:15 +0100 |
---|---|---|
committer | pacien | 2019-12-31 08:38:15 +0100 |
commit | 6691b14cf4e867a9018f38c174fa98f1ada19f82 (patch) | |
tree | ff43476e81ee80c38ad4fb28822853849be03929 /example/gallery.yaml | |
parent | 641ea85d4da795cb2c67d9777cb3db3dfede1d8b (diff) | |
download | ldgallery-6691b14cf4e867a9018f38c174fa98f1ada19f82.tar.gz |
compiler: add option to ignore files matching a regex
GitHub: closes #10
Diffstat (limited to 'example/gallery.yaml')
-rw-r--r-- | example/gallery.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/example/gallery.yaml b/example/gallery.yaml index 3fd2265..fb25161 100644 --- a/example/gallery.yaml +++ b/example/gallery.yaml | |||
@@ -1,11 +1,11 @@ | |||
1 | compiler: | 1 | compiler: |
2 | galleryName: Example gallery | 2 | galleryName: Example gallery |
3 | ignoreFiles: .*\.md | ||
4 | implicitDirectoryTag: false # default | ||
3 | 5 | ||
4 | #implicitDirectoryTag: false # default | 6 | thumbnailResolution: |
5 | 7 | width: 400 # default | |
6 | #thumbnailResolution: | 8 | height: 400 # default |
7 | # width: 400 # default | ||
8 | # height: 400 # default | ||
9 | 9 | ||
10 | pictureMaxResolution: | 10 | pictureMaxResolution: |
11 | width: 1024 | 11 | width: 1024 |