JekyllFaces Help

Book

Are you working on a new book? Do you want to share it with the world while you create it, allowing everyone to read the latest version? When you're done, do you want to publish it via a markdown-to-ebook service like LeanPub.com and/or send the same output to a drop-ship print service for hardcover or paperback books like Lulu.com?

If so, you've come to the right place!

Usage

Adding a book is as simple as adding a new folder with your markdown files, and a book.txt file that contains the order in which you wish them to appear. This module favors convention over configuration.

docs/ ├─ books/ │ ├─ my-novel/ │ │ ├─ images/ │ │ │ ├─ photo1.jpg │ │ │ └─ photo2.jpg │ │ ├─ book.txt │ │ ├─ sample.txt │ │ ├─ chapter01.md │ │ ├─ chapter02.md │ │ └─ chapter03.md │ ├─ my-tech-book/ │ │ ├─ images/ │ │ │ ├─ diagram1.png │ │ │ └─ diagram2.png │ │ ├─ book.txt │ │ ├─ sample.txt │ │ ├─ chapter01.md │ │ ├─ chapter02.md │ │ └─ chapter03.md

This structure is based heavily on the LeanPub folder structure. The content you create here should be a drop-in, copy-and-paste for LeanPub's source files.

The book.txt and sample.txt files define which chapters will be included, as well as the order in which they will appear.

Configuration Options

Blah, blah, blah ...

Last modified: 28 May 2024