asciidoctor template 我使用asciidoctor fopub创建asciidoc文档的模板
asciidoctor_template我使用asciidoctor-fopub创建asciidoc文档的模板设置。
bundle install --jobs 4 --path vendor/bundle --binstubs vendor/bin 制作html: bundle exec rake html。
制作pdf: bundle exec rake pdf。
文件监视模式: bundle exec rake watch,每当您保存 *.adoc 文件时,都会生成 *.pdf 文件。
bundle exec rake watch TARGET=html,每当您保存 *.adoc 文件时,都会生成 *.html 文件。
下载地址
用户评论