-
Notifications
You must be signed in to change notification settings - Fork 3
Home
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
doc
andGuardfil
and tailor it to your needs. -
Start putting your own content into ch1, then ch2, etc.
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.