Overview
Eleventy is a “simpler static site generator” that was created to be a JavaScript alternative to the Ruby-based Jekyll. It’s “zero config” by default and doesn’t require a particular directory structure.
Topic | Eleventy |
---|---|
Language | JavaScript |
Markup | Markdown |
Templating | Nunjucks |
Markup
Eleventy has native support for Markdown through the (CommonMark-compliant)
markdown-it
library. It currently doesn’t support any other format, but
there is discussion about adding Custom File Extension Handlers.