have asciidoctorj output html to be include in jekyll generated site ?
Posted by maxandersen on
URL: https://discuss.asciidoctor.org/have-asciidoctorj-output-html-to-be-include-in-jekyll-generated-site-tp8353.html
I'm trying to figure out how to have my guide for github.com/jbangdev/jbang (currently just the readme.org) built with asciidoctorj to be output in a format I can include in my jekyll based website at github.com/jbangdev/jbang.dev.
I was wondering there was way to have it generate the same output but just without the <html> and ohter header info, but that will of course get into issues when doing multiple pages html rendering etc.
Any ideas/suggestions on how to best to do this hybrid so the content can fit into the overall style/structure of the website without having to give up on asciidoctorj nor jekyll ? :)