diff options
Diffstat (limited to 'ldgallery.1.md')
-rw-r--r-- | ldgallery.1.md | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/ldgallery.1.md b/ldgallery.1.md index 91724a6..a5d0e4c 100644 --- a/ldgallery.1.md +++ b/ldgallery.1.md | |||
@@ -107,19 +107,28 @@ tags | |||
107 | The gallery settings reside in a file named "gallery.yaml" located at the root of the gallery's source directory. | 107 | The gallery settings reside in a file named "gallery.yaml" located at the root of the gallery's source directory. |
108 | 108 | ||
109 | compiler.includedDirectories[] | 109 | compiler.includedDirectories[] |
110 | : Glob patterns of directory names to include in the gallery. Defaults to ["*"] (matches all directory names). | 110 | : Glob patterns of directory names to include in the gallery. |
111 | Defaults to ["*"] (matches all directory names). | ||
111 | 112 | ||
112 | compiler.excludedDirectories[] | 113 | compiler.excludedDirectories[] |
113 | : Glob patterns of directory names to exclude from the gallery. Defaults to [] (none). | 114 | : Glob patterns of directory names to exclude from the gallery. |
115 | Defaults to [] (none). | ||
114 | 116 | ||
115 | compiler.includedFiles[] | 117 | compiler.includedFiles[] |
116 | : Glob patterns of file names to include in the gallery. Defaults to ["*"] (matches all file names). | 118 | : Glob patterns of file names to include in the gallery. |
119 | Defaults to ["*"] (matches all file names). | ||
117 | 120 | ||
118 | compiler.excludedFiles[] | 121 | compiler.excludedFiles[] |
119 | : Glob patterns of file names to exclude from the gallery. Defaults to [] (none). | 122 | : Glob patterns of file names to exclude from the gallery. |
123 | Defaults to [] (none). | ||
120 | 124 | ||
121 | compiler.tagsFromDirectories | 125 | compiler.tagsFromDirectories.fromParents |
122 | : How far to look at parent directories to add implicit tags. Defaults to 0. | 126 | : Automatically generate tags from the name of parent directories, |
127 | looking up in the hierarchy as far as indicated by this parameter. | ||
128 | Defaults to 0 (do not generate tags from parent directories). | ||
129 | |||
130 | compiler.tagsFromDirectories.prefix | ||
131 | : Prefix to use for tags automatically generated from the parent directories' names. | ||
123 | 132 | ||
124 | compiler.thumbnailMaxResolution.width | 133 | compiler.thumbnailMaxResolution.width |
125 | : Maximum width in pixels of the item thumbnails, 400 by default. | 134 | : Maximum width in pixels of the item thumbnails, 400 by default. |
@@ -137,7 +146,8 @@ viewer.defaultSearchQuery [TODO] | |||
137 | : Default search query string. | 146 | : Default search query string. |
138 | 147 | ||
139 | viewer.defaultSortOrder [TODO] | 148 | viewer.defaultSortOrder [TODO] |
140 | : Default sort order ("alphanumeric", "reverse-alphanumeric", "date", "reverse-date"). Defaults to "date". | 149 | : Default sort order ("alphanumeric", "reverse-alphanumeric", "date", "reverse-date"). |
150 | Defaults to "date". | ||
141 | 151 | ||
142 | viewer.tagGroups[].tag [TODO] | 152 | viewer.tagGroups[].tag [TODO] |
143 | : Tag prefix defining the tag group. | 153 | : Tag prefix defining the tag group. |
@@ -146,7 +156,8 @@ viewer.tagGroups[].colour [TODO] | |||
146 | : Colour associated to the tag group. | 156 | : Colour associated to the tag group. |
147 | 157 | ||
148 | viewer.hiddenTags [TODO] | 158 | viewer.hiddenTags [TODO] |
149 | : List of tags to hide by default. Items bearing one of those tags will not be displayed until they are being explicitly searched for. | 159 | : List of tags to hide by default. |
160 | Items bearing one of those tags will not be displayed until they are being explicitly searched for. | ||
150 | 161 | ||
151 | 162 | ||
152 | # SEE ALSO | 163 | # SEE ALSO |