-
Notifications
You must be signed in to change notification settings - Fork 1
Building a project
To output a project, use the build
command. Detailed information on each format can be found in Output formats.
The following command will build an EPUB 3.0, Mobi, PDF, Web, Reader, and XML document.
$ bber build
$ bber build epub
Note: Building other Epub versions is not supported.
$ bber build reader
This creates a Mobi file using Calibre's command line tool ebook-convert
1.
The Mobi file is created using Calibre's --mobi-file-type=both
flag, so it contains both the Mobi 7 and KF8 formats.
$ bber build mobi
This creates a PDF using Calibre's command line tool ebook-convert
1.
$ bber build pdf
$ bber build web
$ bber build xml
[1] Once Calibre is installed, the ebook-convert
should be automatically available in the console. If not, the command can be made available through either Calibre's settings or with a symlink. Find out more about installing the Calibre CLI here.
- Adding metadata
- Creating content
- Generating new content
- Authoring and editing content
- Reading order (Table of Contents)
- Configuring the build
- Adding a cover image
- All directives
- Text
- Media
- Misc