-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Greg Turnquist edited this page Sep 22, 2018
·
3 revisions
Got a contract with Packt Publishing? Wish you could write your book using Asciidoctor instead of using MS Word or OpenOffice? Follow the following steps!
-
Clone https://github.com/gregturn/asciidoctor-packt into a folder (e.g.
~/src/asciidoctor-packt
) -
Pick another folder to host the code for your book (e.g. ~/books/my-tech-book-code`)
-
Clone this project into another folder (e.g.
~/books/my-tech-book
) -
Edit
~/books/my-tech-book/doc
and tailor it to your needs.
Enjoy!
Want to do live editing? Do this:
-
Install rbenv.
-
gem install guard
-
guard
Now the system will rebuild every time you alter a fragment as well as an individual chapter. Install a LiveReload plugin in your browser and you can proofread edits as they happen.