Adding a cover image - triplecanopy/b-ber GitHub Wiki

Adding a cover image

A cover.xhtml file is created by b-ber and added to the output folder during the build. An entry for the cover image page is also added to the toc.yml file so that it appears in the project's flow.

If there is no cover image specified, one will be generated automatically based on the information in the metadata file.

To add a new cover image:

  1. Add the cover image to the _project/_images folder.
  2. Update _project/metadata.yml with the new cover entry:
-
  term: cover
  value: my-new-cover.jpg

See the Image formatting guidelines for details about cover images.

⚠️ **GitHub.com Fallback** ⚠️