Save the output to a given file instead of outputting to stdout:
./ourbigbook --outfile not-index.html not-index.bigb
The generated output is slightly different than that of:because with
./ourbigbook not-index.bigb > not-index.html
--outfile
we know where the output is going, and so we can generate relative includes to default CSS/JavaScript files.