PreviousNext

Eleventy is a simpler static site generator.

by bill-s, 2020-07-13T18:20:10.810Z

Eleventy was created to be a JavaScript alternative to Jekyll. It’s zero-config by default but has flexible configuration options. Eleventy works with your project’s existing directory structure. Eleventy uses independent template engines. We don’t want to hold your content hostage. If you decide to use something else later, having your content decoupled in this way will make migration easier. Eleventy works with multiple template languages. You can pick one or use them all together in a single project: HTML *.htmlMarkdown *.mdJavaScript *.11ty.jsLiquid *.liquidNunjucks *.njkHandlebars *.hbsMustache *.mustacheEJS *.ejsHaml *.hamlPug *.pugJavaScript Template Literals *.jstl

Read More