Build Metadata
dest-dir string
The directory to put the rendered book in. By default this is book/
in the book's root directory. This can be overridden with the --dest-dir
CLI option.
1
#build-meta(
2
dest-dir: "../dist",
3
)
1
#build-meta(
2
dest-dir: "../dist",
3
)
When you set it to ../dist
, shiroa
will output the rendered book to parent/to/book.typ/../../dist
or calculated parent/dist
.