https://github.com/radar/asciidoc-toolchain
https://github.com/radar/asciidoc-toolchain
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/radar/asciidoc-toolchain
- Owner: radar
- Created: 2017-02-09T01:28:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-03T03:53:20.000Z (about 8 years ago)
- Last Synced: 2025-02-28T06:58:25.672Z (3 months ago)
- Language: Ruby
- Size: 460 KB
- Stars: 11
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AsciiDoctor Toolchain
This is my toolchain for writing books with Asciidoc, using the asciidoctor suite of gems. This is a basic skeleton that can be copied to start writing a book with Asciidoc.
My main focus here is to have this toolchain generate a pretty PDF for publication on Leanpub.
## Usage
Get setup by running:
```
bundle install
```Generate a new HTML version of the book by running:
```
rake
```This will build it to `build/html/book.html`.
If you want a PDF, ask nicely:
```
rake book:pdf
```