Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/heckj/asciidoctor-book-template


https://github.com/heckj/asciidoctor-book-template

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

# Asciidoctor Book Template

## Setup (Mac)

gem install asciidoctor
NOKOGIRI_USE_SYSTEM_LIBRARIES=1 gem install asciidoctor-epub3 --pre
gem install pygments.rb

gem install asciidoctor-pdf --pre
gem install rouge

## generating ePub3

asciidoctor-epub3 -D output sample-book.adoc

## generating HTML

asciidoctor -b html5 -d book -D output sample-book.adoc

## generating PDF

asciidoctor-pdf -D output sample-book.adoc