https://github.com/vysakh0/asciidoctor-book-template
A book template to write using asciidoctor.
https://github.com/vysakh0/asciidoctor-book-template
Last synced: 2 months ago
JSON representation
A book template to write using asciidoctor.
- Host: GitHub
- URL: https://github.com/vysakh0/asciidoctor-book-template
- Owner: vysakh0
- License: other
- Created: 2015-03-06T05:03:40.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T15:14:25.000Z (over 4 years ago)
- Last Synced: 2024-10-31T19:36:43.215Z (7 months ago)
- Language: HTML
- Size: 539 KB
- Stars: 28
- Watchers: 3
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
Template for Writing an eBook
=============================- Has book template(asciidoc) for creating html, pdf, epub/mobi.
- Uses [asciidoctor](http://asciidoctor.org) to make the book.
- See `master.adoc`Installation
------------```bash
git clone git://github.com/vysakh0/asciidoctor-book-template.git
cd asciidoctor-book-template
bundle
rake
```Usage
------ Use `rake ascii` to build html, pdf, epub files for your master.adoc
- Outputs will be generated under the _output_ directory.Roll on
-------
- [Quick guide on syntaxes](http://asciidoctor.org/docs/asciidoc-syntax-quick-reference/)
- Start editing, adding the `about`, `preface`, `chapters` and others.