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

Improve and document deployment #3

Closed jirutka closed 9 years ago

jirutka commented 9 years ago

ping @johncarl81

johncarl81 commented 9 years ago

Sorry for the delay...

I like this approach. Very clean.

So, when Github white-lists the jekyll-asciidoc plugin what exactly happens?

jirutka commented 9 years ago

Well, then it’ll be possible to just push AsciiDoc pages to a gh-pages branch in repository and GitHub will run Jekyll build for you. Just like how it works for Markdown.

However, it will not solve everything, there will always be use cases when it’s need to build a site externally and push just generated HTML files to GitHub. So the deploy to git task will be still useful.

johncarl81 commented 9 years ago

I guess that would make jekyll-asciidoc-quickstart largely irrelevant.

jirutka commented 9 years ago

Not really, just the deployment task and guide how to deploy using Travis.

johncarl81 commented 9 years ago

Yeah, you're right.

Thanks for the quick PR!