Skip to content

Instantly share code, notes, and snippets.

@briandominick
Last active April 21, 2026 00:06
Show Gist options
  • Select an option

  • Save briandominick/e5754cc8438dd9503d936ef65fffbb2d to your computer and use it in GitHub Desktop.

Select an option

Save briandominick/e5754cc8438dd9503d936ef65fffbb2d to your computer and use it in GitHub Desktop.

Revisions

  1. briandominick revised this gist Mar 11, 2024. 1 changed file with 32 additions and 17 deletions.
    49 changes: 32 additions & 17 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@

    There are 27 static site generators that support AsciiDoc sourcing.
    There are 28 static site generators that support AsciiDoc sourcing.

    [cols="2s,1,1,2,1a,4a",options="header",valign="top"]
    |===
    @@ -22,17 +22,6 @@ link:https://github.com/saneef/eleventy-plugin-asciidoc[plugin]
    |
    * MIT License

    | AsciiBinder
    | native
    | Ruby
    | Tilt, ERB
    |
    link:http://asciibinder.org[site] +
    link:https://github.com/redhataccess/ascii_binder[source]
    | * Maintainers now recommend Antora!

    * MIT License
    | Antora
    | native
    | Node.js
    @@ -44,6 +33,17 @@ link:https://gitlab.com/antora/antora/[source]

    * Mozilla Public License 2.0
    | AsciiBinder
    | native
    | Ruby
    | Tilt, ERB
    |
    link:http://asciibinder.org[site] +
    link:https://github.com/redhataccess/ascii_binder[source]
    | * Maintainers now recommend Antora!

    * MIT License
    | asciidoc-site-generator
    | native
    | Node.js
    @@ -53,6 +53,17 @@ link:https://github.com/brettaufheber/asciidoc-site-generator[source]
    |
    * MIT License

    | Astro
    | plugin
    | JavaScript
    | Astro (JSX-like)
    |
    link:https://astro.build[site] +
    link:https://github.com/withastro/astro[source] +
    link:https://github.com/shishkin/astro-asciidoc[plugin]
    |
    * MIT License

    | AweStruct
    | native
    | Ruby
    @@ -120,7 +131,8 @@ link:https://github.com/sysgears/grain[source]
    | JSX
    |
    link:https://www.gatsbyjs.org[site] +
    link:https://github.com/gatsbyjs/gatsby[source]
    link:https://github.com/gatsbyjs/gatsby[source] +
    link:https://www.gatsbyjs.com/plugins/gatsby-transformer-asciidoc/[plugin]
    |
    * MIT License

    @@ -144,7 +156,7 @@ link:https://github.com/hcoona/hexo-renderer-asciidoc[plugin]
    * MIT License

    | Hugo
    | plugin
    | native
    | Go
    | Go
    |
    @@ -180,7 +192,8 @@ link:https://github.com/asciidoctor/jekyll-asciidoc[plugin]
    | Handlebars
    |
    link:https://metalsmith.io[site] +
    link:https://github.com/segmentio/metalsmith[source]
    link:https://github.com/segmentio/metalsmith[source] +
    link:https://github.com/chkal/metalsmith-asciidoctor[plugin]
    |
    * MIT License

    @@ -211,7 +224,8 @@ link:https://github.com/nanoc/nanoc[source]
    | Mako, Jinja2
    |
    link:https://getnikola.com[site] +
    link:https://github.com/getnikola/nikola[source]
    link:https://github.com/getnikola/nikola[source] +
    link:https://plugins.getnikola.com/v8/asciidoc/[plugin]
    |
    * MIT License

    @@ -232,7 +246,8 @@ link:https://nuxt.com/modules/nuxt-asciidoc[plugin]
    | Pebble
    |
    link:https://orchid.netlify.app[site] +
    link:https://github.com/JavaEden/Orchid[source]
    link:https://github.com/JavaEden/Orchid[source] +
    link:https://orchid.run/plugins/orchidasciidoc[plugin]
    |
    * MIT License

  2. briandominick revised this gist Feb 29, 2024. 1 changed file with 144 additions and 193 deletions.
    337 changes: 144 additions & 193 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -1,340 +1,291 @@
    :icons: font

    There are 24 static site generators that support AsciiDoc sourcing.
    There are 27 static site generators that support AsciiDoc sourcing.

    [cols="2s,1,1a,3a,3a,3a",options="header",valign="top"]
    [cols="2s,1,1,2,1a,4a",options="header",valign="top"]
    |===
    // header
    | Application
    | AsciiDoc Support
    | Source Lang
    | Template Lang
    | Web Resources
    | Source
    | Templates
    | Web
    | Notes

    // ASCIIBINDER

    | 11ty
    | plugin
    | Node.js
    | Liquid, Nunjucks, Handlebars, Mustache, EJS, Haml, Pug
    |
    link:https://www.11ty.dev[site] +
    link:https://github.com/saneef/eleventy-plugin-asciidoc[plugin]
    |
    * MIT License

    | AsciiBinder
    | native
    | Ruby
    | Tilt, ERB
    |
    * link:http://asciibinder.org[Official site]

    * link:https://github.com/redhataccess/ascii_binder[Source icon:github[\]]

    | Tilt, ERB
    |
    * Maintainers now recommend Antora!
    link:http://asciibinder.org[site] +
    link:https://github.com/redhataccess/ascii_binder[source]
    | * Maintainers now recommend Antora!

    * MIT License
    // ANTORA
    | Antora
    | native
    | Node.js
    | Handlebars
    |
    * link:https://antora.org[Official site]
    link:https://antora.org[site] +
    link:https://gitlab.com/antora/antora/[source]
    | * Maintained by lead contributors to the Asciidoctor project.

    * link:https://gitlab.com/antora/antora/[Source icon:gitlab[\]]
    * Mozilla Public License 2.0
    | asciidoc-site-generator
    | native
    | Node.js
    | Handlebars
    |
    * Maintained by lead contributors to the Asciidoctor project.
    link:https://github.com/brettaufheber/asciidoc-site-generator[source]
    |
    * MIT License


    // AWESTRUCT
    | AweStruct
    | native
    | Ruby
    | Haml
    |
    * link:http://awestruct.org[Official site]

    * link:https://github.com/awestruct/awestruct[Source icon:github[\]]

    |

    link:http://awestruct.org[site] +
    link:https://github.com/awestruct/awestruct[source]
    |
    * MIT License

    // CRYOGEN
    | Cryogen
    | native
    | Clojure
    | Selmer
    |
    * link:http://cryogenweb.org[Official site]
    link:http://cryogenweb.org[site] +
    link:https://github.com/cryogen-project/cryogen[source]
    |
    * Eclipse Public License 1.0

    * link:https://github.com/cryogen-project/cryogen[Source icon:github[\]]

    |


    // DEV-MIND WEBSITE
    | Dev-Mind Website
    | native
    | NodeJS
    | Handlebars, Gulp
    |

    * link:https://github.com/Dev-Mind/devmind-website[Source icon:github[\]]

    | Handlebars, Gulp
    |
    link:https://github.com/Dev-Mind/devmind-website[source]
    |
    * MIT License


    // DOCPAD
    | DocPad
    | plugin
    | Coffeescript
    | Eco, Jade, Haml
    |
    * link:https://docpad.org[Official site]

    * link:https://github.com/fboulay/docpad-plugin-asciidoc[AsciiDoc plugin]

    * link:https://github.com/docpad/docpad[Source icon:github[\]]

    |


    // DOCTOOLCHAIN
    | docToolChain
    | native
    | Groovy
    | arc42
    |
    * link:https://doctoolchain.github.io/docToolchain[Official site]

    * link:https://github.com/docToolchain/docToolchain[Source icon:github[\]]
    link:https://docpad.org[site] +
    link:https://github.com/docpad/docpad[source] +
    link:https://github.com/fboulay/docpad-plugin-asciidoc[plugin]
    |
    * MIT License

    | Docsify
    | plugin
    | JavaScript
    | Markdown
    |
    * For documenting software architectures

    link:https://docsify.js.org[site] +
    link:https://github.com/docsifyjs/docsify[source] +
    link:https://github.com/gchiesa/docsify-asciidoc[plugin]
    |
    * MIT License

    // GRAIN
    | Grain
    | native
    | Groovy
    | Groovy
    |
    * link:https://sysgears.com/grain[Official site]
    link:https://sysgears.com/grain[site] +
    link:https://github.com/sysgears/grain[source]
    |
    * Apache License 2.0

    * link:https://github.com/sysgears/grain[Source icon:github[\]]

    |


    // GATSBY
    | Gatsby
    | plugin
    | React JS
    | JSX
    |
    * link:https://www.gatsbyjs.org[Official site]

    * link:https://github.com/gatsbyjs/gatsby[Source icon:github[\]]
    link:https://www.gatsbyjs.org[site] +
    link:https://github.com/gatsbyjs/gatsby[source]
    |
    * MIT License

    |


    // GOLLUM WIKI
    | Gollum Wiki
    | native
    | Ruby
    | Mustache
    |
    * link:https://github.com/gollum/gollum[Official site]
    link:https://github.com/gollum/gollum[source]
    |
    * MIT License

    |


    // HEXO
    | Hexo
    | plugin
    | NodeJS
    | Swig, EJS, Haml, Jade, Pug
    |
    * link:https://github.com/hexojs/hexo[Official site]

    * link:https://github.com/hcoona/hexo-renderer-asciidoc[AsciiDoc plugin]
    link:https://github.com/hexojs/hexo[site] +
    link:https://github.com/hcoona/hexo-renderer-asciidoc[plugin]
    |
    * MIT License

    |


    // HUGO
    | Hugo
    | plugin
    | Go
    | Go
    |
    * link:https://gohugo.io[Official site]

    * link:https://github.com/gohugoio/hugo[Source icon:github[\]]

    * link:https://gohugo.io/content-management/formats/#additional-formats-through-external-helpers[Extending with Helpers]

    * link:https://github.com/opensourceway/asciidoc-blog[AsciiDoc Blog demo]

    |
    link:https://gohugo.io[site] +
    link:https://github.com/gohugoio/hugo[source]
    |
    * Apache License 2.0


    // JBAKE
    | JBake
    | native
    | Java
    | Freemarker, Groovy, Thymeleaf, Jade
    | Freemarker, Groovy, Thymeleaf, Jade, Pebble
    |
    * link:https://jbake.org[Official site]

    * link:https://github.com/jbake-org/jbake[Source icon:github[\]]

    |

    link:https://jbake.org[site] +
    link:https://github.com/jbake-org/jbake[source]
    |
    * Apache License 2.0

    // JEKYLL
    | Jekyll
    | plugin
    | Ruby
    | Liquid
    |
    * link:https://jekyllrb.com[Official site]

    * link:https://github.com/asciidoctor/jekyll-asciidoc[jekyll-asciidoc plugin]

    |
    * Most-popular SSG of all
    * Plugin maintined by Asciidoctor.


    // LIQUIDOC
    | LiquiDoc
    | native
    | Ruby
    | Liquid
    |
    * link:https://www.ajyl.org/liquidoc[Official site]
    link:https://jekyllrb.com[site] +
    link:https://github.com/asciidoctor/jekyll-asciidoc[plugin]
    | * Plugin maintained by Asciidoctor.

    * link:https://github.com/DocOps/liquidoc-gem[Source icon:github[\]]

    |
    * Uses Jekyll and Asciidoctor to generate sites, PDFs.
    * MIT License

    // METALSMITH
    | Metalsmith
    | plugin
    | JavaScript
    | Handlebars
    |
    * link:https://metalsmith.io[Official site]

    * link:https://github.com/segmentio/metalsmith[Source icon:github[\]]

    |

    link:https://metalsmith.io[site] +
    link:https://github.com/segmentio/metalsmith[source]
    |
    * MIT License

    // MIDDLEMAN
    | Middleman
    | native
    | Ruby
    | ERB, Haml
    | ERB, Haml
    |
    * link:https://middlemanapp.com[Official site]
    link:https://middlemanapp.com[site] +
    link:https://github.com/middleman/middleman[source]
    | * Plugin maintained by Asciidoctor.

    * link:https://github.com/middleman/middleman[Source icon:github[\]]
    * MIT License
    * link:https://github.com/middleman/middleman-asciidoc[middleman-asciidoc plugin (*for versions < 3.0)]

    |
    * Plugin maintined by Asciidoctor.


    // NANOC
    | Nanoc
    | native
    | Ruby
    | ERB
    |
    * link:https://nanoc.ws[Official site]

    * link:https://github.com/nanoc/nanoc[Source icon:github[\]]
    link:https://nanoc.ws[site] +
    link:https://github.com/nanoc/nanoc[source]
    |
    * MIT License

    |


    // NIKOLA
    | Nikola
    | plugin
    | Python
    | Mako, Jinja2
    | Mako, Jinja2
    |
    * link:https://getnikola.com/[Official site]

    * link:https://github.com/getnikola/nikola[Source icon:github[\]]
    link:https://getnikola.com[site] +
    link:https://github.com/getnikola/nikola[source]
    |
    * MIT License

    | Nuxt
    | plugin
    | Vue.js
    | Vue
    |
    link:https://nuxtjs.org[site] +
    link:https://github.com/nuxt/nuxt[source] +
    link:https://nuxt.com/modules/nuxt-asciidoc[plugin]
    |
    * MIT License


    // ORCHID
    | Orchid
    | plugin
    | Java
    | Pebble
    |
    * link:https://orchid.netlify.com[Official site]

    * link:https://github.com/JavaEden/Orchid[Source icon:github[\]]

    |
    link:https://orchid.netlify.app[site] +
    link:https://github.com/JavaEden/Orchid[source]
    |
    * MIT License


    // PELICAN
    | Pelican
    | native*
    | native
    | Python
    | Jinja2
    |
    * link:https://blog.getpelican.com[Official site]

    * link:https://github.com/getpelican/pelican[Source icon:github[\]]

    |
    (* Uses link:http://www.methods.co.nz/asciidoc/[legacy AsciiDoc] for conversion)
    link:https://blog.getpelican.com[site] +
    link:https://github.com/getpelican/pelican[source]
    | * Uses link:https://asciidoc-py.github.io/[legacy AsciiDoc] for conversion.

    * GNU Affero General Public License 3.0

    // PZDCDOC
    | PzdcDoc
    | native
    | Java
    | Jinja2
    |
    * link:http://pzdcdoc.org[Official site]

    * link:https://github.com/Pingvin235/pzdcdoc[Source icon:github[\]]

    |
    link:http://pzdcdoc.org[site] +
    link:https://github.com/Pingvin235/pzdcdoc[source]
    |
    * Apache License 2.0


    // SHITTY SSG
    | Shitty SSG
    | native
    | Go
    | Go
    |
    * link:https://git.sr.ht/~ewintr/shitty-ssg[source]

    * link:https://erikwinter.nl/articles/2021/shitty-ssg-code-walkthrough/[blog]
    link:https://ewintr.nl/shitty-ssg[site] +
    link:https://codeberg.org/ewintr/shitty-ssg[source]
    |
    * MIT License

    |


    // SPRING REST DOCS
    | Spring REST Docs
    | native
    | Gradle
    | Mustache
    |
    * link:https://spring.io/projects/spring-restdocs[Official site]

    * link:https://github.com/spring-projects/spring-restdocs[Source icon:github[\]]
    link:https://spring.io/projects/spring-restdocs[site] +
    link:https://github.com/spring-projects/spring-restdocs[source]
    |
    * Apache License 2.0

    | SvelteKit
    | plugin
    | JavaScript
    | Svelte
    |
    link:https://kit.svelte.dev[site] +
    link:https://github.com/sveltejs/kit[source] +
    link:https://gitlab.com/zivbk1/sveltekit-asciidoc[plugin]
    |
    * MIT License

    |===
    |===
  3. briandominick revised this gist Apr 19, 2021. 1 changed file with 12 additions and 1 deletion.
    13 changes: 12 additions & 1 deletion asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    :icons: font

    There are 23 static site generators that support AsciiDoc sourcing.
    There are 24 static site generators that support AsciiDoc sourcing.

    [cols="2s,1,1a,3a,3a,3a",options="header",valign="top"]
    |===
    @@ -133,6 +133,17 @@ There are 23 static site generators that support AsciiDoc sourcing.
    |


    // GOLLUM WIKI
    | Gollum Wiki
    | native
    | Ruby
    | Mustache
    |
    * link:https://github.com/gollum/gollum[Official site]

    |


    // HEXO
    | Hexo
    | plugin
  4. briandominick revised this gist Apr 19, 2021. 1 changed file with 139 additions and 46 deletions.
    185 changes: 139 additions & 46 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    :icons: font

    There are 19 *static site generators* that support *AsciiDoc* sourcing.
    There are 23 static site generators that support AsciiDoc sourcing.

    [cols="2s,1,1a,3a,3a,3a",options="header",valign="top"]
    |===
    @@ -16,10 +16,12 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | AsciiBinder
    | native
    | Ruby
    | Tilt, ERB
    | Tilt, ERB
    |
    * link:http://asciibinder.org/[Official site]
    * link:https://github.com/redhataccess/ascii_binder[Source icon:github[\]]
    * link:http://asciibinder.org[Official site]

    * link:https://github.com/redhataccess/ascii_binder[Source icon:github[\]]

    |
    * Maintainers now recommend Antora!

    @@ -30,8 +32,10 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | Node.js
    | Handlebars
    |
    * link:https://antora.org/[Official site]
    * link:https://gitlab.com/antora/antora/[Source icon:gitlab[\]]
    * link:https://antora.org[Official site]

    * link:https://gitlab.com/antora/antora/[Source icon:gitlab[\]]

    |
    * Maintained by lead contributors to the Asciidoctor project.

    @@ -42,8 +46,10 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | Ruby
    | Haml
    |
    * link:http://awestruct.org/[Official site]
    * link:https://github.com/awestruct/awestruct[Source icon:github[\]]
    * link:http://awestruct.org[Official site]

    * link:https://github.com/awestruct/awestruct[Source icon:github[\]]

    |


    @@ -53,8 +59,22 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | Clojure
    | Selmer
    |
    * link:http://cryogenweb.org/[Official site]
    * link:https://github.com/cryogen-project/cryogen[Source icon:github[\]]
    * link:http://cryogenweb.org[Official site]

    * link:https://github.com/cryogen-project/cryogen[Source icon:github[\]]

    |


    // DEV-MIND WEBSITE
    | Dev-Mind Website
    | native
    | NodeJS
    | Handlebars, Gulp
    |

    * link:https://github.com/Dev-Mind/devmind-website[Source icon:github[\]]

    |


    @@ -64,9 +84,12 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | Coffeescript
    | Eco, Jade, Haml
    |
    * link:https://docpad.org[Official site]
    * link:https://github.com/fboulay/docpad-plugin-asciidoc[AsciiDoc plugin]
    * link:https://github.com/docpad/docpad[Source icon:github[\]]
    * link:https://docpad.org[Official site]

    * link:https://github.com/fboulay/docpad-plugin-asciidoc[AsciiDoc plugin]

    * link:https://github.com/docpad/docpad[Source icon:github[\]]

    |


    @@ -76,8 +99,10 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | Groovy
    | arc42
    |
    * link:https://doctoolchain.github.io/docToolchain/[Official site]
    * link:https://github.com/docToolchain/docToolchain[Source icon:github[\]]
    * link:https://doctoolchain.github.io/docToolchain[Official site]

    * link:https://github.com/docToolchain/docToolchain[Source icon:github[\]]

    |
    * For documenting software architectures

    @@ -88,8 +113,10 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | Groovy
    | Groovy
    |
    * link:https://sysgears.com/grain/[Official site]
    * link:https://github.com/sysgears/grain[Source icon:github[\]]
    * link:https://sysgears.com/grain[Official site]

    * link:https://github.com/sysgears/grain[Source icon:github[\]]

    |


    @@ -99,8 +126,23 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | React JS
    | JSX
    |
    * link:https://www.gatsbyjs.org/[Official site]
    * link:https://github.com/gatsbyjs/gatsby[Source icon:github[\]]
    * link:https://www.gatsbyjs.org[Official site]

    * link:https://github.com/gatsbyjs/gatsby[Source icon:github[\]]

    |


    // HEXO
    | Hexo
    | plugin
    | NodeJS
    | Swig, EJS, Haml, Jade, Pug
    |
    * link:https://github.com/hexojs/hexo[Official site]

    * link:https://github.com/hcoona/hexo-renderer-asciidoc[AsciiDoc plugin]

    |


    @@ -110,10 +152,14 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | Go
    | Go
    |
    * link:https://gohugo.io/[Official site]
    * link:https://github.com/gohugoio/hugo[Source icon:github[\]]
    * link:https://gohugo.io/content-management/formats/#additional-formats-through-external-helpers[Extending with Helpers]
    * link:https://github.com/opensourceway/asciidoc-blog[AsciiDoc Blog demo]
    * link:https://gohugo.io[Official site]

    * link:https://github.com/gohugoio/hugo[Source icon:github[\]]

    * link:https://gohugo.io/content-management/formats/#additional-formats-through-external-helpers[Extending with Helpers]

    * link:https://github.com/opensourceway/asciidoc-blog[AsciiDoc Blog demo]

    |


    @@ -123,8 +169,10 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | Java
    | Freemarker, Groovy, Thymeleaf, Jade
    |
    * link:https://jbake.org/[Official site]
    * link:https://github.com/jbake-org/jbake[Source icon:github[\]]
    * link:https://jbake.org[Official site]

    * link:https://github.com/jbake-org/jbake[Source icon:github[\]]

    |


    @@ -134,8 +182,10 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | Ruby
    | Liquid
    |
    * link:https://jekyllrb.com/[Official site]
    * link:https://github.com/asciidoctor/jekyll-asciidoc[jekyll-asciidoc plugin]
    * link:https://jekyllrb.com[Official site]

    * link:https://github.com/asciidoctor/jekyll-asciidoc[jekyll-asciidoc plugin]

    |
    * Most-popular SSG of all
    * Plugin maintined by Asciidoctor.
    @@ -147,8 +197,10 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | Ruby
    | Liquid
    |
    * link:https://www.ajyl.org/liquidoc[Official site]
    * link:https://github.com/DocOps/liquidoc-gem[Source icon:github[\]]
    * link:https://www.ajyl.org/liquidoc[Official site]

    * link:https://github.com/DocOps/liquidoc-gem[Source icon:github[\]]

    |
    * Uses Jekyll and Asciidoctor to generate sites, PDFs.

    @@ -159,20 +211,25 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | JavaScript
    | Handlebars
    |
    * link:https://metalsmith.io/[Official site]
    * link:https://github.com/segmentio/metalsmith[Source icon:github[\]]
    * link:https://metalsmith.io[Official site]

    * link:https://github.com/segmentio/metalsmith[Source icon:github[\]]

    |


    // MIDDLEMAN
    | Middleman
    | native
    | Ruby
    | ERB, Haml
    | ERB, Haml
    |
    * link:https://middlemanapp.com[Official site]
    * link:https://github.com/middleman/middleman[Source icon:github[\]]
    * link:https://github.com/middleman/middleman-asciidoc[middleman-asciidoc plugin (*for versions < 3.0)]
    * link:https://middlemanapp.com[Official site]

    * link:https://github.com/middleman/middleman[Source icon:github[\]]

    * link:https://github.com/middleman/middleman-asciidoc[middleman-asciidoc plugin (*for versions < 3.0)]

    |
    * Plugin maintined by Asciidoctor.

    @@ -183,19 +240,23 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | Ruby
    | ERB
    |
    * link:https://nanoc.ws/[Official site]
    * link:https://github.com/nanoc/nanoc[Source icon:github[\]]
    * link:https://nanoc.ws[Official site]

    * link:https://github.com/nanoc/nanoc[Source icon:github[\]]

    |


    // NIKOLA
    | Nikola
    | plugin
    | Python
    | Mako, Jinja2
    | Mako, Jinja2
    |
    * link:https://getnikola.com/[Official site]
    * link:https://github.com/getnikola/nikola[Source icon:github[\]]
    * link:https://getnikola.com/[Official site]

    * link:https://github.com/getnikola/nikola[Source icon:github[\]]

    |


    @@ -205,8 +266,10 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | Java
    | Pebble
    |
    * link:https://orchid.netlify.com/[Official site]
    * link:https://github.com/JavaEden/Orchid[Source icon:github[\]]
    * link:https://orchid.netlify.com[Official site]

    * link:https://github.com/JavaEden/Orchid[Source icon:github[\]]

    |


    @@ -216,21 +279,51 @@ There are 19 *static site generators* that support *AsciiDoc* sourcing.
    | Python
    | Jinja2
    |
    * link:https://blog.getpelican.com/[Official site]
    * link:https://github.com/getpelican/pelican[Source icon:github[\]]
    * link:https://blog.getpelican.com[Official site]

    * link:https://github.com/getpelican/pelican[Source icon:github[\]]

    |
    (* Uses link:http://www.methods.co.nz/asciidoc/[legacy AsciiDoc] for conversion)



    // PZDCDOC
    | PzdcDoc
    | native
    | Java
    | Jinja2
    |
    * link:http://pzdcdoc.org[Official site]

    * link:https://github.com/Pingvin235/pzdcdoc[Source icon:github[\]]

    |


    // SHITTY SSG
    | Shitty SSG
    | native
    | Go
    | Go
    |
    * link:https://git.sr.ht/~ewintr/shitty-ssg[source]

    * link:https://erikwinter.nl/articles/2021/shitty-ssg-code-walkthrough/[blog]

    |


    // SPRING REST DOCS
    | Spring REST Docs
    | native
    | Gradle
    | Mustache
    |
    * link:https://spring.io/projects/spring-restdocs[Official site]
    * link:https://github.com/spring-projects/spring-restdocs[Source icon:github[\]]
    * link:https://spring.io/projects/spring-restdocs[Official site]

    * link:https://github.com/spring-projects/spring-restdocs[Source icon:github[\]]

    |

    |===
  5. briandominick revised this gist Oct 16, 2019. 1 changed file with 14 additions and 1 deletion.
    15 changes: 14 additions & 1 deletion asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,6 @@
    There are 18 static site generators that support AsciiDoc sourcing.
    :icons: font

    There are 19 *static site generators* that support *AsciiDoc* sourcing.

    [cols="2s,1,1a,3a,3a,3a",options="header",valign="top"]
    |===
    @@ -91,6 +93,17 @@ There are 18 static site generators that support AsciiDoc sourcing.
    |


    // GATSBY
    | Gatsby
    | plugin
    | React JS
    | JSX
    |
    * link:https://www.gatsbyjs.org/[Official site]
    * link:https://github.com/gatsbyjs/gatsby[Source icon:github[\]]
    |


    // HUGO
    | Hugo
    | plugin
  6. briandominick revised this gist Aug 19, 2019. 1 changed file with 18 additions and 18 deletions.
    36 changes: 18 additions & 18 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    There are 18 static site generators that support AsciiDoc sourcing.

    [cols="2s,1,1a,3a,3a,3a",options="header"]
    [cols="2s,1,1a,3a,3a,3a",options="header",valign="top"]
    |===
    // header
    | Application
    @@ -17,7 +17,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | Tilt, ERB
    |
    * link:http://asciibinder.org/[Official site]
    * link:https://github.com/redhataccess/ascii_binder[Source icon:github[]]
    * link:https://github.com/redhataccess/ascii_binder[Source icon:github[\]]
    |
    * Maintainers now recommend Antora!

    @@ -29,7 +29,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | Handlebars
    |
    * link:https://antora.org/[Official site]
    * link:https://gitlab.com/antora/antora/[Source icon:gitlab[]]
    * link:https://gitlab.com/antora/antora/[Source icon:gitlab[\]]
    |
    * Maintained by lead contributors to the Asciidoctor project.

    @@ -41,7 +41,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | Haml
    |
    * link:http://awestruct.org/[Official site]
    * link:https://github.com/awestruct/awestruct[Source icon:github[]]
    * link:https://github.com/awestruct/awestruct[Source icon:github[\]]
    |


    @@ -52,7 +52,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | Selmer
    |
    * link:http://cryogenweb.org/[Official site]
    * link:https://github.com/cryogen-project/cryogen[Source icon:github[]]
    * link:https://github.com/cryogen-project/cryogen[Source icon:github[\]]
    |


    @@ -64,7 +64,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    |
    * link:https://docpad.org[Official site]
    * link:https://github.com/fboulay/docpad-plugin-asciidoc[AsciiDoc plugin]
    * link:https://github.com/docpad/docpad[Source icon:github[]]
    * link:https://github.com/docpad/docpad[Source icon:github[\]]
    |


    @@ -75,7 +75,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | arc42
    |
    * link:https://doctoolchain.github.io/docToolchain/[Official site]
    * link:https://github.com/docToolchain/docToolchain[Source icon:github[]]
    * link:https://github.com/docToolchain/docToolchain[Source icon:github[\]]
    |
    * For documenting software architectures

    @@ -87,7 +87,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | Groovy
    |
    * link:https://sysgears.com/grain/[Official site]
    * link:https://github.com/sysgears/grain[Source icon:github[]]
    * link:https://github.com/sysgears/grain[Source icon:github[\]]
    |


    @@ -98,7 +98,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | Go
    |
    * link:https://gohugo.io/[Official site]
    * link:https://github.com/gohugoio/hugo[Source icon:github[]]
    * link:https://github.com/gohugoio/hugo[Source icon:github[\]]
    * link:https://gohugo.io/content-management/formats/#additional-formats-through-external-helpers[Extending with Helpers]
    * link:https://github.com/opensourceway/asciidoc-blog[AsciiDoc Blog demo]
    |
    @@ -111,7 +111,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | Freemarker, Groovy, Thymeleaf, Jade
    |
    * link:https://jbake.org/[Official site]
    * link:https://github.com/jbake-org/jbake[Source icon:github[]]
    * link:https://github.com/jbake-org/jbake[Source icon:github[\]]
    |


    @@ -135,7 +135,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | Liquid
    |
    * link:https://www.ajyl.org/liquidoc[Official site]
    * link:https://github.com/DocOps/liquidoc-gem[Source icon:github[]]
    * link:https://github.com/DocOps/liquidoc-gem[Source icon:github[\]]
    |
    * Uses Jekyll and Asciidoctor to generate sites, PDFs.

    @@ -147,7 +147,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | Handlebars
    |
    * link:https://metalsmith.io/[Official site]
    * link:https://github.com/segmentio/metalsmith[Source icon:github[]]
    * link:https://github.com/segmentio/metalsmith[Source icon:github[\]]
    |


    @@ -158,7 +158,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | ERB, Haml
    |
    * link:https://middlemanapp.com[Official site]
    * link:https://github.com/middleman/middleman[Source icon:github[]]
    * link:https://github.com/middleman/middleman[Source icon:github[\]]
    * link:https://github.com/middleman/middleman-asciidoc[middleman-asciidoc plugin (*for versions < 3.0)]
    |
    * Plugin maintined by Asciidoctor.
    @@ -171,7 +171,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | ERB
    |
    * link:https://nanoc.ws/[Official site]
    * link:https://github.com/nanoc/nanoc[Source icon:github[]]
    * link:https://github.com/nanoc/nanoc[Source icon:github[\]]
    |


    @@ -182,7 +182,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | Mako, Jinja2
    |
    * link:https://getnikola.com/[Official site]
    * link:https://github.com/getnikola/nikola[Source icon:github[]]
    * link:https://github.com/getnikola/nikola[Source icon:github[\]]
    |


    @@ -193,7 +193,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | Pebble
    |
    * link:https://orchid.netlify.com/[Official site]
    * link:https://github.com/JavaEden/Orchid[Source icon:github[]]
    * link:https://github.com/JavaEden/Orchid[Source icon:github[\]]
    |


    @@ -204,7 +204,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | Jinja2
    |
    * link:https://blog.getpelican.com/[Official site]
    * link:https://github.com/getpelican/pelican[Source icon:github[]]
    * link:https://github.com/getpelican/pelican[Source icon:github[\]]
    |
    (* Uses link:http://www.methods.co.nz/asciidoc/[legacy AsciiDoc] for conversion)

    @@ -217,7 +217,7 @@ There are 18 static site generators that support AsciiDoc sourcing.
    | Mustache
    |
    * link:https://spring.io/projects/spring-restdocs[Official site]
    * link:https://github.com/spring-projects/spring-restdocs[Source icon:github[]]
    * link:https://github.com/spring-projects/spring-restdocs[Source icon:github[\]]
    |

    |===
  7. briandominick revised this gist Aug 19, 2019. 1 changed file with 13 additions and 0 deletions.
    13 changes: 13 additions & 0 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    There are 18 static site generators that support AsciiDoc sourcing.

    [cols="2s,1,1a,3a,3a,3a",options="header"]
    |===
    // header
    @@ -184,6 +186,17 @@
    |


    // ORCHID
    | Orchid
    | plugin
    | Java
    | Pebble
    |
    * link:https://orchid.netlify.com/[Official site]
    * link:https://github.com/JavaEden/Orchid[Source icon:github[]]
    |


    // PELICAN
    | Pelican
    | native*
  8. briandominick revised this gist Jun 13, 2019. 1 changed file with 13 additions and 1 deletion.
    14 changes: 13 additions & 1 deletion asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -43,6 +43,17 @@
    |


    // CRYOGEN
    | Cryogen
    | native
    | Clojure
    | Selmer
    |
    * link:http://cryogenweb.org/[Official site]
    * link:https://github.com/cryogen-project/cryogen[Source icon:github[]]
    |


    // DOCPAD
    | DocPad
    | plugin
    @@ -112,7 +123,7 @@
    * link:https://github.com/asciidoctor/jekyll-asciidoc[jekyll-asciidoc plugin]
    |
    * Most-popular SSG of all
    * The jekyll-asciidoc plugin is maintined by Asciidoctor.
    * Plugin maintined by Asciidoctor.


    // LIQUIDOC
    @@ -148,6 +159,7 @@
    * link:https://github.com/middleman/middleman[Source icon:github[]]
    * link:https://github.com/middleman/middleman-asciidoc[middleman-asciidoc plugin (*for versions < 3.0)]
    |
    * Plugin maintined by Asciidoctor.


    // NANOC
  9. briandominick revised this gist May 17, 2019. 1 changed file with 0 additions and 13 deletions.
    13 changes: 0 additions & 13 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -67,19 +67,6 @@
    * For documenting software architectures


    // GITBOOK
    | GitBook
    | native
    | JavaScript
    | none?
    |
    * link:https://legacy.gitbook.com/[Official site]
    * link:https://github.com/GitbookIO/gitbook[Source icon:github[]]
    |
    * Platform hosting with https://legacy.gitbook.com/pricing[free and paid plans].
    * AsciiDoc is native as of 2.0.


    // GRAIN
    | Grain
    | native
  10. briandominick revised this gist May 17, 2019. 1 changed file with 128 additions and 33 deletions.
    161 changes: 128 additions & 33 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -1,116 +1,211 @@
    These static site generators either natively support source files in AsciiDoc format or can be readily extended by an existing plugin.
    Not all generators have been evaluated; this is just a list of claims.

    [cols="2,1,1,3,3a",options="header"]
    [cols="2s,1,1a,3a,3a,3a",options="header"]
    |===
    // header
    | Application
    | Adoc Support
    | AsciiDoc Support
    | Source Lang
    | Template Lang
    | Web Resources
    | Notes

    // ASCIIBINDER
    | AsciiBinder
    | native
    | Ruby
    | Tilt, ERB
    |
    * http://asciibinder.org/[Official site]
    * link:http://asciibinder.org/[Official site]
    * link:https://github.com/redhataccess/ascii_binder[Source icon:github[]]
    |
    * Maintainers now recommend Antora!


    // ANTORA
    | Antora
    | native
    | Node.js
    | Handlebars
    |
    * https://antora.org/[Official site]
    * link:https://antora.org/[Official site]
    * link:https://gitlab.com/antora/antora/[Source icon:gitlab[]]
    |
    * Maintained by lead contributors to the Asciidoctor project.


    // AWESTRUCT
    | AweStruct
    | native
    | Ruby
    | Haml
    |
    * http://awestruct.org/[Official site (down?)]
    * https://github.com/awestruct/awestruct[GitHub project]
    * link:http://awestruct.org/[Official site]
    * link:https://github.com/awestruct/awestruct[Source icon:github[]]
    |


    // DOCPAD
    | DocPad
    | plugin
    | Coffeescript
    | Eco, Jade, Haml
    |
    * link:https://docpad.org[Official site]
    * link:https://github.com/fboulay/docpad-plugin-asciidoc[AsciiDoc plugin]
    * link:https://github.com/docpad/docpad[Source icon:github[]]
    |


    // DOCTOOLCHAIN
    | docToolChain
    | native
    | Groovy
    | arc42
    |
    * link:https://doctoolchain.github.io/docToolchain/[Official site]
    * link:https://github.com/docToolchain/docToolchain[Source icon:github[]]
    |
    * For documenting software architectures


    // GITBOOK
    | GitBook
    | native
    | JavaScript
    | none?
    |
    * link:https://legacy.gitbook.com/[Official site]
    * link:https://github.com/GitbookIO/gitbook[Source icon:github[]]
    |
    * Platform hosting with https://legacy.gitbook.com/pricing[free and paid plans].
    * AsciiDoc is native as of 2.0.


    // GRAIN
    | Grain
    | native
    | Groovy
    | Groovy
    |
    * https://sysgears.com/grain/[Official site]
    * link:https://sysgears.com/grain/[Official site]
    * link:https://github.com/sysgears/grain[Source icon:github[]]
    |


    // HUGO
    | Hugo
    | plugin
    | Go
    | Go libraries
    | Go
    |
    * link:https://gohugo.io/[Official site]
    * link:https://github.com/gohugoio/hugo[Source icon:github[]]
    * link:https://gohugo.io/content-management/formats/#additional-formats-through-external-helpers[Extending with Helpers]
    * link:https://github.com/opensourceway/asciidoc-blog[AsciiDoc Blog demo]
    |
    * https://gohugo.io/[Official site]
    * https://gohugo.io/content-management/formats/#additional-formats-through-external-helpers[Extending with Helper]
    * https://github.com/opensourceway/asciidoc-blog[AsciiDoc Blog demo]


    // JBAKE
    | JBake
    | native
    | Java
    | Freemarker, Groovy, Thymeleaf, Jade
    |
    * https://jbake.org/[Official site]
    * link:https://jbake.org/[Official site]
    * link:https://github.com/jbake-org/jbake[Source icon:github[]]
    |


    // JEKYLL
    | Jekyll
    | plugin
    | Ruby
    | Liquid
    |
    * https://jekyllrb.com[Official site]
    * https://github.com/asciidoctor/jekyll-asciidoc[jekyll-asciidoc plugin]
    * link:https://jekyllrb.com/[Official site]
    * link:https://github.com/asciidoctor/jekyll-asciidoc[jekyll-asciidoc plugin]
    |
    * Most-popular SSG of all
    * The jekyll-asciidoc plugin is maintined by Asciidoctor.


    // LIQUIDOC
    | LiquiDoc
    | native
    | Ruby
    | Liquid
    |
    * link:https://www.ajyl.org/liquidoc[Official site]
    * link:https://github.com/DocOps/liquidoc-gem[Source icon:github[]]
    |
    * Uses Jekyll and Asciidoctor to generate sites, PDFs.


    // METALSMITH
    | Metalsmith
    | plugin
    | JavaScript
    | Handlebars
    |
    * https://metalsmith.io/[Official site]
    * link:https://metalsmith.io/[Official site]
    * link:https://github.com/segmentio/metalsmith[Source icon:github[]]
    |


    // MIDDLEMAN
    | Middleman
    | native*
    | native
    | Ruby
    | ERB, Haml
    |
    * https://middlemanapp.com[Official site]
    * https://github.com/middleman/middleman-asciidoc[middleman-asciidoc plugin (*for versions < 3.0)]
    * link:https://middlemanapp.com[Official site]
    * link:https://github.com/middleman/middleman[Source icon:github[]]
    * link:https://github.com/middleman/middleman-asciidoc[middleman-asciidoc plugin (*for versions < 3.0)]
    |


    // NANOC
    | Nanoc
    | native
    | Ruby
    | ERB
    |
    * https://nanoc.ws/[Official site]
    * link:https://nanoc.ws/[Official site]
    * link:https://github.com/nanoc/nanoc[Source icon:github[]]
    |


    // NIKOLA
    | Nikola
    | plugin
    | Python
    | Mako, Jinja2
    |
    * https://getnikola.com/[Official site]
    * link:https://getnikola.com/[Official site]
    * link:https://github.com/getnikola/nikola[Source icon:github[]]
    |

    | Orchid
    | plugin
    | Java, Kotlin
    | Pebble
    |
    * link:https://orchid.netlify.com/[Official site]
    * link:https://orchid.netlify.com/plugins/OrchidAsciidoc[Orchid AsciiDoc plugin]

    // PELICAN
    | Pelican
    | native*
    | Python
    | Jinja2
    |
    * https://blog.getpelican.com/[Official site]
    * http://www.methods.co.nz/asciidoc/[(*Uses ‘legacy’ Python AsciiDoc)]
    * link:https://blog.getpelican.com/[Official site]
    * link:https://github.com/getpelican/pelican[Source icon:github[]]
    |
    (* Uses link:http://www.methods.co.nz/asciidoc/[legacy AsciiDoc] for conversion)



    // SPRING REST DOCS
    | Spring REST Docs
    | native
    | Gradle
    | Mustache
    |
    * https://spring.io/projects/spring-restdocs[Official site]
    * link:https://spring.io/projects/spring-restdocs[Official site]
    * link:https://github.com/spring-projects/spring-restdocs[Source icon:github[]]
    |

    |===
  11. briandominick revised this gist May 13, 2019. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -91,6 +91,14 @@ Not all generators have been evaluated; this is just a list of claims.
    |
    * https://getnikola.com/[Official site]
    | Orchid
    | plugin
    | Java, Kotlin
    | Pebble
    |
    * link:https://orchid.netlify.com/[Official site]
    * link:https://orchid.netlify.com/plugins/OrchidAsciidoc[Orchid AsciiDoc plugin]
    | Pelican
    | native*
    | Python
  12. briandominick revised this gist Apr 30, 2019. 1 changed file with 7 additions and 0 deletions.
    7 changes: 7 additions & 0 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -98,4 +98,11 @@ Not all generators have been evaluated; this is just a list of claims.
    |
    * https://blog.getpelican.com/[Official site]
    * http://www.methods.co.nz/asciidoc/[(*Uses ‘legacy’ Python AsciiDoc)]

    | Spring REST Docs
    | native
    | Gradle
    | Mustache
    |
    * https://spring.io/projects/spring-restdocs[Official site]
    |===
  13. briandominick revised this gist Apr 25, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    These static site generators either natively support source files in AsciiDoc format or can be readily extended by an existing plugin.
    Not all generators have been evaluated; this is just a list of claims.

    [cols="2,1,1,1,4a",options="header"]
    [cols="2,1,1,3,3a",options="header"]
    |===
    | Application
    | Adoc Support
  14. briandominick revised this gist Apr 25, 2019. 1 changed file with 40 additions and 41 deletions.
    81 changes: 40 additions & 41 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -16,13 +16,27 @@ Not all generators have been evaluated; this is just a list of claims.
    |
    * http://asciibinder.org/[Official site]

    | Jekyll
    | plugin
    | Antora
    | native
    | Node.js
    | Handlebars
    |
    * https://antora.org/[Official site]

    | AweStruct
    | native
    | Ruby
    | Liquid
    | Haml
    |
    * https://jekyllrb.com[Official site]
    * https://github.com/asciidoctor/jekyll-asciidoc[jekyll-asciidoc plugin]
    * http://awestruct.org/[Official site (down?)]
    * https://github.com/awestruct/awestruct[GitHub project]

    | Grain
    | native
    | Groovy
    | Groovy
    |
    * https://sysgears.com/grain/[Official site]

    | Hugo
    | plugin
    @@ -33,20 +47,27 @@ Not all generators have been evaluated; this is just a list of claims.
    * https://gohugo.io/content-management/formats/#additional-formats-through-external-helpers[Extending with Helper]
    * https://github.com/opensourceway/asciidoc-blog[AsciiDoc Blog demo]

    | AweStruct
    | JBake
    | native
    | Java
    | Freemarker, Groovy, Thymeleaf, Jade
    |
    * https://jbake.org/[Official site]

    | Jekyll
    | plugin
    | Ruby
    | Haml
    | Liquid
    |
    * http://awestruct.org/[Official site (down?)]
    * https://github.com/awestruct/awestruct[GitHub project]
    * https://jekyllrb.com[Official site]
    * https://github.com/asciidoctor/jekyll-asciidoc[jekyll-asciidoc plugin]

    | Antora
    | native
    | Node.js
    | Metalsmith
    | plugin
    | JavaScript
    | Handlebars
    |
    * https://antora.org/[Official site]
    * https://metalsmith.io/[Official site]

    | Middleman
    | native*
    @@ -56,47 +77,25 @@ Not all generators have been evaluated; this is just a list of claims.
    * https://middlemanapp.com[Official site]
    * https://github.com/middleman/middleman-asciidoc[middleman-asciidoc plugin (*for versions < 3.0)]
    | Grain
    | native
    | Groovy
    | Groovy
    |
    * https://sysgears.com/grain/[Official site]
    | Nanoc
    | native
    | Ruby
    | ERB
    |
    * https://nanoc.ws/[Official site]
    | Pelican
    | native*
    | Python
    | Jinja2
    |
    * https://blog.getpelican.com/[Official site]
    * http://www.methods.co.nz/asciidoc/[(*Uses ‘legacy’ Python AsciiDoc)]

    | Nikola
    | plugin
    | Python
    | Mako, Jinja2
    |
    * https://getnikola.com/[Official site]
    | Metalsmith
    | plugin
    | JavaScript
    | Handlebars
    |
    * https://metalsmith.io/[Official site]

    | JBake
    | native
    | Java
    | Freemarker, Groovy, Thymeleaf, Jade
    | Pelican
    | native*
    | Python
    | Jinja2
    |
    * https://jbake.org/[Official site]
    * https://blog.getpelican.com/[Official site]
    * http://www.methods.co.nz/asciidoc/[(*Uses ‘legacy’ Python AsciiDoc)]
    |===
  15. briandominick revised this gist Apr 25, 2019. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    These static site generators either natively support source files in AsciiDoc format or can be readily extended by an existing plugin.
    Not all generators have been evaluated; this is just a list of claims.

    [cols="2,1,1,4a",options="header"]
    [cols="2,1,1,1,4a",options="header"]
    |===
    | Application
    | Adoc Support
    @@ -83,12 +83,14 @@ Not all generators have been evaluated; this is just a list of claims.
    | plugin
    | Python
    | Mako, Jinja2
    |
    * https://getnikola.com/[Official site]

    | Metalsmith
    | plugin
    | JavaScript
    | Handlebars
    |
    * https://metalsmith.io/[Official site]

    | JBake
    @@ -97,4 +99,4 @@ Not all generators have been evaluated; this is just a list of claims.
    | Freemarker, Groovy, Thymeleaf, Jade
    |
    * https://jbake.org/[Official site]
    |===
    |===
  16. briandominick revised this gist Apr 25, 2019. 1 changed file with 22 additions and 6 deletions.
    28 changes: 22 additions & 6 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -6,79 +6,95 @@ Not all generators have been evaluated; this is just a list of claims.
    | Application
    | Adoc Support
    | Source Lang
    | Template Lang
    | Web Resources

    | AsciiBinder
    | native
    | Ruby
    | Tilt, ERB
    |
    * http://asciibinder.org/[Official site]

    | Jekyll
    | plugin
    | Ruby
    |
    | Liquid
    |
    * https://jekyllrb.com[Official site]
    * https://github.com/asciidoctor/jekyll-asciidoc[jekyll-asciidoc plugin]

    | Hugo
    | plugin
    | Go
    |
    | Go libraries
    |
    * https://gohugo.io/[Official site]
    * https://gohugo.io/content-management/formats/#additional-formats-through-external-helpers[Extending with Helper]
    * https://github.com/opensourceway/asciidoc-blog[AsciiDoc Blog demo]

    | AweStruct
    | native
    | Ruby
    | Haml
    |
    * http://awestruct.org/[Official site]
    * http://awestruct.org/[Official site (down?)]
    * https://github.com/awestruct/awestruct[GitHub project]

    | Antora
    | native
    | Node.js
    | Handlebars
    |
    * https://antora.org/[Official site]

    | Middleman
    | native*
    | Ruby
    | ERB, Haml
    |
    * https://middlemanapp.com[Official site]
    * https://github.com/middleman/middleman-asciidoc[middleman-asciidoc plugin (*for versions < 3.0)]
    | Grain
    | native
    | Groovy
    | Groovy
    |
    * https://sysgears.com/grain/[Official site]
    | Nanoc
    | native
    | Ruby
    | ERB
    |
    * https://nanoc.ws/[Official site]
    | Pelican
    | native*
    | Python
    | Jinja2
    |
    * https://blog.getpelican.com/[Official site]
    * http://www.methods.co.nz/asciidoc/[(*Uses ‘legacy’ Python AsciiDoc)]

    | Nikola
    | plugin
    | Python
    |
    | Mako, Jinja2
    * https://getnikola.com/[Official site]

    | Metalsmith
    | plugin
    | JavaScript
    |
    | Handlebars
    * https://metalsmith.io/[Official site]


    | JBake
    | native
    | Java
    | Freemarker, Groovy, Thymeleaf, Jade
    |
    * https://jbake.org/[Official site]
    |===
  17. briandominick revised this gist Apr 25, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -18,7 +18,7 @@ Not all generators have been evaluated; this is just a list of claims.
    | plugin
    | Ruby
    |
    * https://jekyllrb.org[Official site]
    * https://jekyllrb.com[Official site]
    * https://github.com/asciidoctor/jekyll-asciidoc[jekyll-asciidoc plugin]

    | Hugo
  18. briandominick revised this gist Jan 17, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -27,7 +27,7 @@ Not all generators have been evaluated; this is just a list of claims.
    |
    * https://gohugo.io/[Official site]
    * https://gohugo.io/content-management/formats/#additional-formats-through-external-helpers[Extending with Helper]
    * https://github.com/opensourceway/asciidoc-blog[AsciiDooc Blog demo]
    * https://github.com/opensourceway/asciidoc-blog[AsciiDoc Blog demo]

    | AweStruct
    | native
  19. briandominick revised this gist Jan 17, 2019. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -8,6 +8,12 @@ Not all generators have been evaluated; this is just a list of claims.
    | Source Lang
    | Web Resources

    | AsciiBinder
    | native
    | Ruby
    |
    * http://asciibinder.org/[Official site]

    | Jekyll
    | plugin
    | Ruby
  20. briandominick revised this gist Jan 11, 2019. 1 changed file with 4 additions and 2 deletions.
    6 changes: 4 additions & 2 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -65,12 +65,14 @@ Not all generators have been evaluated; this is just a list of claims.
    | Nikola
    | plugin
    | Python
    | https://getnikola.com/[Official site]
    |
    * https://getnikola.com/[Official site]

    | Metalsmith
    | plugin
    | JavaScript
    | https://metalsmith.io/[Official site]
    |
    * https://metalsmith.io/[Official site]


    |===
  21. briandominick revised this gist Jan 11, 2019. 1 changed file with 11 additions and 0 deletions.
    11 changes: 11 additions & 0 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -62,4 +62,15 @@ Not all generators have been evaluated; this is just a list of claims.
    * https://blog.getpelican.com/[Official site]
    * http://www.methods.co.nz/asciidoc/[(*Uses ‘legacy’ Python AsciiDoc)]

    | Nikola
    | plugin
    | Python
    | https://getnikola.com/[Official site]

    | Metalsmith
    | plugin
    | JavaScript
    | https://metalsmith.io/[Official site]


    |===
  22. briandominick revised this gist Jan 11, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -44,7 +44,7 @@ Not all generators have been evaluated; this is just a list of claims.
    | Grain
    | native
    | Java/Groovy
    | Groovy
    |
    * https://sysgears.com/grain/[Official site]
  23. briandominick revised this gist Aug 5, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -60,6 +60,6 @@ Not all generators have been evaluated; this is just a list of claims.
    | Python
    |
    * https://blog.getpelican.com/[Official site]
    * http://www.methods.co.nz/asciidoc/[Uses ‘legacy’ Python AsciiDoc]
    * http://www.methods.co.nz/asciidoc/[(*Uses ‘legacy’ Python AsciiDoc)]

    |===
  24. briandominick revised this gist Aug 5, 2018. 1 changed file with 8 additions and 0 deletions.
    8 changes: 8 additions & 0 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -54,4 +54,12 @@ Not all generators have been evaluated; this is just a list of claims.
    |
    * https://nanoc.ws/[Official site]
    | Pelican
    | native*
    | Python
    |
    * https://blog.getpelican.com/[Official site]
    * http://www.methods.co.nz/asciidoc/[Uses ‘legacy’ Python AsciiDoc]

    |===
  25. briandominick revised this gist Jun 14, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    These static site generators either natively support source files in AsciiDoc format or can be readily extended by an existing plugin.
    Not all generators have been evaluated; this is just a list of claims.

    [cols="2,1,1,4a"]
    [cols="2,1,1,4a",options="header"]
    |===
    | Application
    | Adoc Support
  26. briandominick revised this gist Jun 14, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -40,7 +40,7 @@ Not all generators have been evaluated; this is just a list of claims.
    | Ruby
    |
    * https://middlemanapp.com[Official site]
    * https://github.com/middleman/middleman-asciidoc[middleman-asciidoc plugin (for versions < 3.0)]
    * https://github.com/middleman/middleman-asciidoc[middleman-asciidoc plugin (*for versions < 3.0)]
    | Grain
    | native
  27. briandominick created this gist Jun 14, 2018.
    57 changes: 57 additions & 0 deletions asciidoc-static.adoc
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,57 @@
    These static site generators either natively support source files in AsciiDoc format or can be readily extended by an existing plugin.
    Not all generators have been evaluated; this is just a list of claims.

    [cols="2,1,1,4a"]
    |===
    | Application
    | Adoc Support
    | Source Lang
    | Web Resources

    | Jekyll
    | plugin
    | Ruby
    |
    * https://jekyllrb.org[Official site]
    * https://github.com/asciidoctor/jekyll-asciidoc[jekyll-asciidoc plugin]

    | Hugo
    | plugin
    | Go
    |
    * https://gohugo.io/[Official site]
    * https://gohugo.io/content-management/formats/#additional-formats-through-external-helpers[Extending with Helper]
    * https://github.com/opensourceway/asciidoc-blog[AsciiDooc Blog demo]

    | AweStruct
    | native
    | Ruby
    |
    * http://awestruct.org/[Official site]

    | Antora
    | native
    | Node.js
    |
    * https://antora.org/[Official site]

    | Middleman
    | native*
    | Ruby
    |
    * https://middlemanapp.com[Official site]
    * https://github.com/middleman/middleman-asciidoc[middleman-asciidoc plugin (for versions < 3.0)]

    | Grain
    | native
    | Java/Groovy
    |
    * https://sysgears.com/grain/[Official site]

    | Nanoc
    | native
    | Ruby
    |
    * https://nanoc.ws/[Official site]

    |===