Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 678 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 678 Bytes

Template for Writing an eBook

  • Has book template(asciidoc) for creating html, pdf, epub/mobi.
  • Uses asciidoctor to make the book.
  • See master.adoc

Installation

git clone git://github.com/vysakh0/asciidoctor-book-template.git
cd asciidoctor-book-template
bundle
rake

Usage

  • Use rake ascii to build html, pdf, epub files for your master.adoc
  • Outputs will be generated under the output directory.

Roll on