Skip to content

Generating new content

Maxwell Simmer edited this page Oct 23, 2019 · 4 revisions

Generating new content

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
Clone this wiki locally