hashobject / perun

Programmable static site generator built with Clojure and Boot (HELP NEEDED!)
https://perun.io
Eclipse Public License 1.0
350 stars 38 forks source link

feat: asciidoctor-diagram support #194

Open nicorikken opened 7 years ago

nicorikken commented 7 years ago

Enables asciidoctor-diagram support for generating images as defined inline in the source file. The resulting images are captured afterwards in a new task named collect-images, to stick to the basic content-task structure for the base asciidoctor task.

Previous code was refactored to have stronger defaults for options and metadata handling.

Based on the previous PR's https://github.com/hashobject/perun/pull/191 and https://github.com/hashobject/perun/pull/193

I'm very interested to hear your comments on this work:

At the moment of writing you can observe the potential output at http://site.nicorikken.eu/posts/2017-08-14-testpost.html which is based on the source https://github.com/nicorikken/nicorikken.github.io/tree/perun which uses the code of this PR.

nicorikken commented 7 years ago

I hope somebody will take a look at this PR, as it feels like a significant milestone to me.

bhagany commented 7 years ago

Hi Nico! Sorry for the slow responses lately. I'm trying to ramp back up on Perun after an unplanned break due to starting a new job. I'd like to get a handle on your asciidoctor PR's so that we can get them merged, but I'm a bit confused on where I should start to get an overall idea of what's going on. Can you point me in a direction?

allentiak commented 5 years ago

Hi, @nicorikken! Still working on this? What do you think about @podviaznikov's suggestion?