From 74e4a83ac7511086f45d2fa9880b7ae5728020bd Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 25 Feb 2020 20:19:54 +0100 Subject: compiler: add cli arg for output gallery index GitHub: closes #143 --- compiler/ldgallery.1.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'compiler/ldgallery.1.md') diff --git a/compiler/ldgallery.1.md b/compiler/ldgallery.1.md index 5524409..fd0355b 100644 --- a/compiler/ldgallery.1.md +++ b/compiler/ldgallery.1.md @@ -33,6 +33,10 @@ Available options are: Must be distinct from the source directory. Defaults to ./out. +-x, \--output-index _FILE_ +: Generated gallery index output path. + Defaults to $output-dir/index.json. + -g, \--gallery-config _FILE_ : Gallery configuration file. Defaults to $input-dir/gallery.yaml. @@ -45,6 +49,7 @@ Available options are: -w, \--with-viewer : Include the static web viewer in the output. + The compiled gallery itself is then placed in $output-dir/gallery. -h, \--help : Display help message. -- cgit v1.2.3