diff options
author | pacien | 2020-01-23 22:36:21 +0100 |
---|---|---|
committer | Notkea | 2020-01-26 21:54:21 +0100 |
commit | 987eb81cb5d98262299c7917d752c54907cbbc33 (patch) | |
tree | 984c73e9a30676f33f05203cb96f57a6a7fda7e9 /ldgallery.1.md | |
parent | 8b83c3a77d4bf2ff01b3da789aba7197ff183f30 (diff) | |
download | ldgallery-987eb81cb5d98262299c7917d752c54907cbbc33.tar.gz |
compiler: add directory incl and excl glob settings
GitHub: closes #41
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r-- | ldgallery.1.md | 10 |
1 files changed, 8 insertions, 2 deletions
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 | |||
93 | compiler.galleryName | 93 | compiler.galleryName |
94 | : Name of the gallery. Defaults to "Gallery". | 94 | : Name of the gallery. Defaults to "Gallery". |
95 | 95 | ||
96 | compiler.includeFiles[] | 96 | compiler.includedDirectories[] |
97 | : Glob patterns of directory names to include in the gallery. Defaults to ["*"] (matches all directory names). | ||
98 | |||
99 | compiler.excludedDirectories[] | ||
100 | : Glob patterns of directory names to exclude from the gallery. Defaults to [] (none). | ||
101 | |||
102 | compiler.includedFiles[] | ||
97 | : Glob patterns of file names to include in the gallery. Defaults to ["*"] (matches all file names). | 103 | : Glob patterns of file names to include in the gallery. Defaults to ["*"] (matches all file names). |
98 | 104 | ||
99 | compiler.excludeFiles[] | 105 | compiler.excludedFiles[] |
100 | : Glob patterns of file names to exclude from the gallery. Defaults to [] (none). | 106 | : Glob patterns of file names to exclude from the gallery. Defaults to [] (none). |
101 | 107 | ||
102 | compiler.tagsFromDirectories | 108 | compiler.tagsFromDirectories |