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

https://github.com/radar/asciidoc-toolchain


https://github.com/radar/asciidoc-toolchain

Last synced: 2 months ago
JSON representation

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
```