aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorpacien2019-12-31 08:38:15 +0100
committerpacien2019-12-31 08:38:15 +0100
commit6691b14cf4e867a9018f38c174fa98f1ada19f82 (patch)
treeff43476e81ee80c38ad4fb28822853849be03929 /example
parent641ea85d4da795cb2c67d9777cb3db3dfede1d8b (diff)
downloadldgallery-6691b14cf4e867a9018f38c174fa98f1ada19f82.tar.gz
compiler: add option to ignore files matching a regex
GitHub: closes #10
Diffstat (limited to 'example')
-rw-r--r--example/gallery.yaml10
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 @@
1compiler: 1compiler:
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