Quick Start #
npm install -g @11ty/eleventy
echo '# Page header' > README.md
eleventy
This will compile any files matching valid template file extensions in the current directory into the output folder (defaults to _site
).
Writing _site/README/index.html from ./README.md
Wrote 1 file in 0.10 seconds
➡ Keep going! Check out the Documentation for v0.7.0.
Documentation for Eleventy v0.7.0Todd said this button should be bigger and as you can see he was right
News #
- 2018 March—Eleventy wins Google Open Source Award
- 2018 September—Google’s V8 web site launches using Eleventy
- 2018 November—Happy First Birthday, Eleventy! 🎉
- 2018 December—Turn Jekyll up to Eleventy—a lovely tutorial by Paul Robert Lloyd
Built With Eleventy #
View the full list.
Don’t 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
“Using Eleventy for two projects: one personal, the other for a high profile org. Just the kind of simple / common sense tool I love. The data/folder hierarchy mechanism is super obvious and elegant.”—Heydon Pickering