diff options
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r-- | ldgallery.1.md | 7 |
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 | |||
90 | compiler.galleryName | 90 | compiler.galleryName |
91 | : Name of the gallery. Defaults to "Gallery". | 91 | : Name of the gallery. Defaults to "Gallery". |
92 | 92 | ||
93 | compiler.ignoreFiles | 93 | compiler.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 | |||
96 | compiler.excludeFiles[] | ||
97 | : Glob patterns of file names to exclude from the gallery. Defaults to [] (none). | ||
95 | 98 | ||
96 | compiler.tagsFromDirectories | 99 | compiler.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. |