From 6691b14cf4e867a9018f38c174fa98f1ada19f82 Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 31 Dec 2019 08:38:15 +0100 Subject: compiler: add option to ignore files matching a regex GitHub: closes #10 --- example/gallery.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'example') 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 @@ compiler: galleryName: Example gallery + ignoreFiles: .*\.md + implicitDirectoryTag: false # default - #implicitDirectoryTag: false # default - - #thumbnailResolution: - # width: 400 # default - # height: 400 # default + thumbnailResolution: + width: 400 # default + height: 400 # default pictureMaxResolution: width: 1024 -- cgit v1.2.3