-
Notifications
You must be signed in to change notification settings - Fork 1
Generating new content
Maxwell Simmer edited this page Oct 23, 2019
·
4 revisions
To create additional markdown files for your project, use the generate
command from the CLI while passing in the title of the new page and, optionally, the page type.
$ bber generate <title> [type]
The type
parameter must be one of the following:
frontmatter
bodymatter
backmatter
Additional sectioning types defined in the IDPF's structural semantics may be added later.
$ bber generate "My Chapter Title" bodymatter
- 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