aboutsummaryrefslogtreecommitdiff
path: root/ldgallery.1.md
diff options
context:
space:
mode:
authorpacien2020-01-23 22:36:21 +0100
committerNotkea2020-01-26 21:54:21 +0100
commit987eb81cb5d98262299c7917d752c54907cbbc33 (patch)
tree984c73e9a30676f33f05203cb96f57a6a7fda7e9 /ldgallery.1.md
parent8b83c3a77d4bf2ff01b3da789aba7197ff183f30 (diff)
downloadldgallery-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.md10
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
93compiler.galleryName 93compiler.galleryName
94: Name of the gallery. Defaults to "Gallery". 94: Name of the gallery. Defaults to "Gallery".
95 95
96compiler.includeFiles[] 96compiler.includedDirectories[]
97: Glob patterns of directory names to include in the gallery. Defaults to ["*"] (matches all directory names).
98
99compiler.excludedDirectories[]
100: Glob patterns of directory names to exclude from the gallery. Defaults to [] (none).
101
102compiler.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
99compiler.excludeFiles[] 105compiler.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
102compiler.tagsFromDirectories 108compiler.tagsFromDirectories