aboutsummaryrefslogtreecommitdiff
path: root/ldgallery.1.md
diff options
context:
space:
mode:
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.