There are two ways to publish your OurBigBook content:A fundamental design choice of the OurBigBook Project is that, except for bugs, a single OurBigBook Markup source tree can be published in both of those ways without any changes.
- as a static website. This means that you generate HTML files from OurBigBook Markup files and then publish them either by:
- uploading to a static website server such as GitHub Pages by using the publish option
- converting with
--publish-target local
and sending a zip with the pages to someone to view locally
- to an OurBigBook Web instance such as OurBigBook.com. This can be done either by:
- editing on the OurBigBook Web editor directly in your browser
- uploading OurBigBook Markup files from your computer with the
-W
,--web
option
The trade-offs between the two options are highlighted at: OurBigBook Web vs static website publishing.