Adding a cover image - triplecanopy/b-ber GitHub Wiki
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:
- Add the cover image to the
_project/_imagesfolder. - Update
_project/metadata.ymlwith the new cover entry:
-
term: cover
value: my-new-cover.jpgSee the Image formatting guidelines for details about cover images.