Book

Book documents are a type of post that discusses a book. They display the bookโ€™s cover and connect to entries via tags.

Markdown ๐Ÿ

Books live in the _books/ directory. Each book should be a directory that contains a markdown file and a cover (.png) image. All three should have the same name:

// book markdown file
_books/
    the-ancient-art-of-bonsai.md

// book cover image
assets/
  img/
    books/
      the-ancient-art-of-bonsai.png