diff options
author | pacien | 2020-01-05 20:40:41 +0100 |
---|---|---|
committer | pacien | 2020-01-05 20:40:41 +0100 |
commit | 1e3a0e39cb6cdc86a6ba6b570c72c44931cf1c3b (patch) | |
tree | 2746d5fe93eb00162b146a054761a2c8e7f76ed2 /ldgallery.1.md | |
parent | 2ad60869c2e8d0846672ccb18b2de99c9cf33671 (diff) | |
download | ldgallery-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.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. |