/asciidoctor-pdf-live-reload-seed

Example project of asciidoctor + asciidoctor-pdf + asciidoctor-pdf-cjk + browser-sync + gulp

Primary LanguageRubyMIT LicenseMIT

asciidoctor-pdf-live-reload-seed

Example project of asciidoctor + asciidoctor-pdf + asciidoctor-pdf-cjk + browser-sync + gulp

asciidoctorと周辺ツールによる日本語出力対応のPDF出力、Live Reloadサンプルプロジェクトです。

This project supports windows and mac.

1. Installation

bundler install
npm install -g gulp
npm install

2. Usage

2.1. simple generate html and pdf

convert to README .adoc to html and pdf.

./generate.sh README.adoc

or

./generate.ps1 README.adoc

3. Contributing

  1. Fork it!

  2. Create your feature branch: git checkout -b my-new-feature

  3. Commit your changes: git commit -am 'Add some feature'

  4. Push to the branch: git push origin my-new-feature

  5. Submit a pull request :D

4. License

MIT