Documentation Pages
Eleventy is a simpler static site generator. #
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 (
.html
) - Markdown (
.md
) - Liquid (
.liquid
) - Nunjucks (
.njk
) - Handlebars (
.hbs
) - Mustache (
.mustache
) - EJS (
.ejs
) - Haml (
.haml
) - Pug (
.pug
) - JavaScript Template Literals (
.jstl
)
Eleventy is not a JavaScript framework—that means zero boilerplate client-side JavaScript. We’re thinking long term and opting out of the framework rat race. The tool chain, code conventions, and modules you use in your front end stack are decoupled from this tool. Work from a solid foundation of pre-rendered templates that suit your project’s progressive enhancement baseline requirements.
Eleventy is incremental. You don’t need to start an Eleventy project from scratch. Eleventy is flexible enough to allow conversion of only a few templates at a time. Migrate as fast or as slow as you’d like.
Eleventy works great with data—use both front matter and external data files to inject content into templates.
Read more about Eleventy’s project goals.
➡ Keep going! Read Getting Started.
Don’t just take my word for it 🌈 #
Listen to what these happy developers are saying about Eleventy:
“Seriously can't remember enjoying using a Static Site Generator this much. Yes Hugo is rapid, but this is all so logical. It feels like it was designed by someone who has been through lots of pain and success using other SSGs.”—Phil Hawksworth
“Don’t tell Zach I said it but Eleventy is seeming fresh as hell so far”—Mat Marquis
“Jekyll is dead to me”—Andy Bell
“After a day or so tweaking my existing build, here is a preview of the site running on Eleventy. I'm sold! The main thing to me was the ability to run custom JavaScript logic to sort, filter, and augment data in collections.”—Eduardo Bouças
“Eleventy + Netlify have become my new workflow for static sites. I think I'm in love.”—Mina Markham
“I looked into and actively tried using various static site generators for this project. Eleventy was the only one I could find that gave me the fine-grained control I needed at blazingly fast build times.”—Mathias Bynens
Sites Using Eleventy #
- Eleventy, the web site
- V8
- Zach Leatherman
- Jamstack Comments Engine
- Wilto Makes Food
- NEJS CONF 2018
- Mannah Foundation
- Alex Carpenter
- Netlify Templates
- Set Your Watch By
- Front-end Foundations
- Andy Bell
- Personal sites are awesome!
- kleinfreund.de
- James Steinbach
- Split Infinities
- Johan Brook
- James Doc
- Shutter Documentation
- Yoncé
- Formation
- Ed Horsford
- Unabridged Software
- Want to add yours?
Competitors #
This project aims to directly compete with all other Static Site Generators. We encourage you to try out our competition: