asciidoctor / jekyll-asciidoc-quickstart

A template project for creating AsciiDoc-based websites using Jekyll.
https://asciidoctor.github.io/jekyll-asciidoc-quickstart/
MIT License
119 stars 159 forks source link

default setup does not generate index.html #20

Closed rhoerbe closed 1 year ago

rhoerbe commented 7 years ago

But it worked when I added this to _config.yml:

gems:
  - jekyll-asciidoc
dom96 commented 6 years ago

Yeah. You might want to emphasise this in the readme here as well: https://github.com/asciidoctor/jekyll-asciidoc. I couldn't figure out why jekyll wasn't generating the HTML correctly for me. Once I added this it started working.

johncarl81 commented 6 years ago

Make a PR?

manoelcampos commented 1 year ago

Have you guys tried the latest version after replacing Travis with GitHub Action?

manoelcampos commented 1 year ago

After checking the gh-pages branch, I've confirmed that https://github.com/asciidoctor/jekyll-asciidoc-quickstart/blob/gh-pages/index.html is generated with the current configuration. This way, this issue may be closed.

mojavelinux commented 1 year ago

One possible area for improvement is that the instructions are pretty vague about how to install the gems. The GitHub Actions workflow uses bundler, and that's the approach I prefer as well. It could be that users are actually getting stuck on the gem install part and that is why the jekyll command sometimes doesn't work.