README.md

rubygem-jekyll-asciidoc

The jekyll-asciidoc package provides a plugin for jekyll which can consume AsciiDoc input files and convert them to HTML using asciidoctor.

To enable this plugin for a jekyll site, add jekyll-asciidoc to the plugins in _config.yml:

plugins:
  - jekyll-asciidoc

When using bundler to run jekyll, also add jekyll-asciidoc to the gems in the Gemfile:

group :jekyll_plugins do
  gem "jekyll-asciidoc"
end