- Has book template(asciidoc) for creating html, pdf, epub/mobi.
- Uses asciidoctor to make the book.
- See
master.adoc
git clone git://github.com/vysakh0/asciidoctor-book-template.git
cd asciidoctor-book-template
bundle
rake
- Use
rake ascii
to build html, pdf, epub files for your master.adoc - Outputs will be generated under the output directory.
- Quick guide on syntaxes
- Start editing, adding the
about
,preface
,chapters
and others.