aboutsummaryrefslogtreecommitdiff
path: root/ldgallery.1.md
diff options
context:
space:
mode:
authorpacien2020-01-05 20:40:41 +0100
committerpacien2020-01-05 20:40:41 +0100
commit1e3a0e39cb6cdc86a6ba6b570c72c44931cf1c3b (patch)
tree2746d5fe93eb00162b146a054761a2c8e7f76ed2 /ldgallery.1.md
parent2ad60869c2e8d0846672ccb18b2de99c9cf33671 (diff)
downloadldgallery-1e3a0e39cb6cdc86a6ba6b570c72c44931cf1c3b.tar.gz
compiler: replace file filter with inclusino and exclusion glob lists
GitHub: closes #16
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r--ldgallery.1.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/ldgallery.1.md b/ldgallery.1.md
index ec685c6..abaeb16 100644
--- a/ldgallery.1.md
+++ b/ldgallery.1.md
@@ -90,8 +90,11 @@ The gallery settings reside in a file named "gallery.yaml" located at the root o
90compiler.galleryName 90compiler.galleryName
91: Name of the gallery. Defaults to "Gallery". 91: Name of the gallery. Defaults to "Gallery".
92 92
93compiler.ignoreFiles 93compiler.includeFiles[]
94: Regular expression matching the name of files to ignore. 94: Glob patterns of file names to include in the gallery. Defaults to ["*"] (matches all file names).
95
96compiler.excludeFiles[]
97: Glob patterns of file names to exclude from the gallery. Defaults to [] (none).
95 98
96compiler.tagsFromDirectories 99compiler.tagsFromDirectories
97: How far to look at parent directories to add implicit tags. Defaults to 0. 100: How far to look at parent directories to add implicit tags. Defaults to 0.