Default:
true
For example with:thenwould be place its output under:instead of
{
"outputOutOfTree": false
}
ourbigbook hello.bigb
hello.html
_out/html/hello.html
.Advantages of Disadvantages:
outputOutOfTree=true
:- the source tree becomes cleaner, especially when using
-S
,--split-headers
which can produce hundreds of output files from a single input file - if you want to track several
.html
source files in-tree, you don't need to add an exception to each of of them on the.gitignore
as:*.html !/ourbigbook.liquid.html
- you have to type more to open each output file on the terminal
This option is always forced to
false
when --outdir <outdir>
is given.Implemented at: github.com/ourbigbook/ourbigbook/issues/163