From 987eb81cb5d98262299c7917d752c54907cbbc33 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 23 Jan 2020 22:36:21 +0100 Subject: compiler: add directory incl and excl glob settings GitHub: closes #41 --- ldgallery.1.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'ldgallery.1.md') diff --git a/ldgallery.1.md b/ldgallery.1.md index 981dda7..febe2e2 100644 --- a/ldgallery.1.md +++ b/ldgallery.1.md @@ -93,10 +93,16 @@ The gallery settings reside in a file named "gallery.yaml" located at the root o compiler.galleryName : Name of the gallery. Defaults to "Gallery". -compiler.includeFiles[] +compiler.includedDirectories[] +: Glob patterns of directory names to include in the gallery. Defaults to ["*"] (matches all directory names). + +compiler.excludedDirectories[] +: Glob patterns of directory names to exclude from the gallery. Defaults to [] (none). + +compiler.includedFiles[] : Glob patterns of file names to include in the gallery. Defaults to ["*"] (matches all file names). -compiler.excludeFiles[] +compiler.excludedFiles[] : Glob patterns of file names to exclude from the gallery. Defaults to [] (none). compiler.tagsFromDirectories -- cgit v1.2.3