owenh000 / asciidoctor-multipage

A configurable multipage HTML converter for Asciidoctor
https://owenh.net/asciidoctor-multipage
MIT License
58 stars 23 forks source link

Integration with jekyll-asciidoc plugin #10

Open himanshu-setia opened 3 years ago

himanshu-setia commented 3 years ago

Hi,

Jekyll has a plugin for asciidoctor that allows an easy way for static website generation https://github.com/asciidoctor/jekyll-asciidoc. Is there a plan to add multipage extension support to it to leverage the chunking capabilities?

Thanks!

owenh000 commented 3 years ago

Hi @himanshu-setia, thanks for your suggestion. The asciidoctor-multipage project is not associated with the jekyll-asciidoc project. The jekyll-asciidoc README does however describe a process for enabling Asciidoctor extensions, so perhaps it would be possible to use asciidoctor-multipage in that way.

Under the scope of this issue, it would be possible to do the following:

If you're interested in working on this, feel free to comment here about what you discover. Or you could sponsor the project if you'd like to support that way; it would help me commit a bit more time here (I would like to try fixing issue #3 first).

Thanks for the feedback!

himanshu-setia commented 3 years ago

Thanks @owenh000 for your suggestions. Great work on the extension, I loved using it with asciidoctor cli. As of now, I am still trying to evaluate if I need multipage support or not for my documentation, among other options. Surely, I would love to contribute if I end up taking this direction. Thank you!