Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heckj/asciidoctor-book-template
https://github.com/heckj/asciidoctor-book-template
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/heckj/asciidoctor-book-template
- Owner: heckj
- License: mit
- Created: 2019-06-15T22:14:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T22:51:04.000Z (over 5 years ago)
- Last Synced: 2024-10-09T19:41:05.333Z (about 1 month ago)
- Language: Dockerfile
- Size: 1.22 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.rbgem 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