OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
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:
./ourbigbook not-index.bigb > not-index.html
because with --outfile we know where the output is going, and so we can generate relative includes to default CSS/JavaScript files.

Ancestors (3)

  1. OurBigBook CLI options
  2. OurBigBook CLI
  3. Home