You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
asciibuild allows you to use asciidoc for literate programming,
ie: executing the code within an asciidoc file, which allows a documentation-first approach.
Including it in docker-asciidoctor could open up a really cool workflow.
Code in source blocks get executed inside the docker container,
and the output gets recorded in the very same asciidoc file.
The text was updated successfully, but these errors were encountered:
I am currently using the github action asciidoctor-ghpages-action to build my blog from asciidoc files
I really appreciate that it is hosted on github pages and updates my blog on every change (push).
Also issue #191 (which request adding asciidoctor-kroki)
mentions that using layers would be a good idea.
I am pretty sure asciibuild can use layers ^1 ^2 ^3,
it also has "out-of-the-box support for creating, manipulating, and executing code inside of Docker containers" ^4.
asciibuild allows you to use asciidoc for literate programming,
ie: executing the code within an asciidoc file, which allows a documentation-first approach.
Including it in docker-asciidoctor could open up a really cool workflow.
Code in source blocks get executed inside the docker container,
and the output gets recorded in the very same asciidoc file.
The text was updated successfully, but these errors were encountered: