OurBigBook logoOurBigBook Docs OurBigBook logoOurBigBook.comSite Source code
Options that should be used only on the published output when publishing with the --publish option.
These options are merged directly into the options of the convert function.
One example usage is to redirect all links of your static website to your OurBigBook Web profile:
  "publishOptions": {
    "htmlXExtension": false,
    "ourbigbook_json": {
      "toSplitHeaders": true,
      "xPrefix": "https://ourbigbook.com/cirosantilli/"
    }
  },
If given these options override pre-existing options on the published output.

Ancestors (3)

  1. ourbigbook.json
  2. OurBigBook CLI
  3. Home