diff options
author | pacien | 2020-02-25 19:25:16 +0100 |
---|---|---|
committer | Notkea | 2020-02-27 19:33:49 +0100 |
commit | b468dcbf3343ea251703078ec89d3215116fc2f6 (patch) | |
tree | 3bf1a18762a399a2a98a81c14332a8dd244ad0ad /compiler/ldgallery.1.md | |
parent | 27a7bebc32a527cc86857008b491b9571e807183 (diff) | |
download | ldgallery-b468dcbf3343ea251703078ec89d3215116fc2f6.tar.gz |
compiler: re-introduce gallery title
Diffstat (limited to 'compiler/ldgallery.1.md')
-rw-r--r-- | compiler/ldgallery.1.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler/ldgallery.1.md b/compiler/ldgallery.1.md index 4c9c6c8..3e20562 100644 --- a/compiler/ldgallery.1.md +++ b/compiler/ldgallery.1.md | |||
@@ -115,6 +115,9 @@ tags | |||
115 | 115 | ||
116 | The gallery settings reside in a file named "gallery.yaml" located at the root of the gallery's source directory. | 116 | The gallery settings reside in a file named "gallery.yaml" located at the root of the gallery's source directory. |
117 | 117 | ||
118 | galleryTitle | ||
119 | : Title of the gallery. Defaults to "ldgallery". | ||
120 | |||
118 | includedDirectories[] | 121 | includedDirectories[] |
119 | : Glob patterns of directory names to include in the gallery. Defaults to ["*"] (matches all directory names). | 122 | : Glob patterns of directory names to include in the gallery. Defaults to ["*"] (matches all directory names). |
120 | 123 | ||