grunt-asciidoctor-assemble

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Ted
Reply | Threaded
Open this post in threaded view
|

grunt-asciidoctor-assemble

Ted
I've cobbled together a grunt script that takes AsciiDoc (and/or Markdown) files and builds a little website.

https://github.com/tedbergeron/grunt-asciidoctor-assemble

I've been looking for a simple solution to take a set of documents and create a mini-document website for posting online or an intranet. Most of the things I've found so far were overkill for what I needed.

As a web developer I wanted to use Asciidoctor.js and keep everything in the realm of web dev. Everything I want to do with Asciidoctor involves displaying AsciiDoc rendered HTML in a browser.

I'd appreciate any feedback.

Thanks to Anthonny Q for his grunt-asciidoctor plugin.

- Ted @TedAtCIS