Skip to navigation Skip to main content
Eleventy
The possum is Eleventy’s mascot
Stable
3.0.0
Canary
3.0.1-alpha.5

Eleventy is a simpler static site generator

Quick Start

Jump to section titled: Quick Start

Eleventy requires a way to run JavaScript on your computer and we recommend Node.js (version 18 or newer). You can check whether or not you have Node.js installed by running node --version in a Terminal. (Well, wait—what is a Terminal?) If node is not found or it reports a version number below 18, you will need to install Node.js before moving on.

Now we’ll create an index.md Markdown file. You can do this in the text editor of your choice or by running one of these commands in your terminal:

macOS Linux Windows Cross Platform
echo '# Heading' > index.md

Run Eleventy using npx, an npm-provided command that is bundled with Node.js.

npm pnpm yarn
npx @11ty/eleventy --serve

Eleventy compiles any files in the current directory matching valid file extensions (md is one of many) to the _site output folder. It might look like this:

[11ty] Writing _site/index.html from ./index.md (liquid)
[11ty] Wrote 1 file in 0.03 seconds (v3.0.0)
[11ty] Watching…
[11ty] Server at http://localhost:8080/

The --serve option also starts a local development server. Open up http://localhost:8080/ in your favorite web browser to view your web site.

News from the Blog

Jump to section titled: News from the Blog

Why should you use Eleventy?

Jump to section titled: Why should you use Eleventy?
  • Eleventy has fast builds and even faster web sites.
    Name Building ×4000 Markdown Files
    Eleventy 1.93s == 🏁
    Astro 22.90s ======================= 🏁
    Gatsby 29.05s ============================== 🏁
    Next.js 70.65s ======================================================================= 🏁
  • Eleventy is production ready and trusted by:
    • IndieWeb Avatar for https://www.nasa.gov/NASA
    • IndieWeb Avatar for https://home.web.cern.ch/Cern
    • IndieWeb Avatar for https://tc39.es/TC39
    • IndieWeb Avatar for https://www.w3.org/W3C
    • IndieWeb Avatar for https://about.google/Google
    • IndieWeb Avatar for https://www.mozilla.org/Mozilla
    • IndieWeb Avatar for https://fontawesome.com/Font Awesome
    • …and more
    Eleventy has been downloaded 11,667,727 times and is used on 82,000+ repositories on GitHub.
  • Eleventy offers full control over your project’s output. We don’t inject our own markup into your pages.
  • Eleventy has a lovely community of folks that really care about what they build. What is IndieWeb Avatar for https://v1.indieweb-avatar.11ty.dev/https%3A%2F%2Flea.verou.me%2F/Lea Verou saying about Eleventy?
  • Eleventy is stable. We’ve shipped 57 releases going back to the first version in December 2017 and only two of those releases have had Eleventy-specific changes requiring developer changes.

    a11yproject.com launched with version 1.0.0 of Eleventy. […] It's been a little under three years and I haven't had to make any adjustments to its dependencies, and it can still install and run from a cold start with no complications. When I update the site to use version 2.0.0 I'll actually be removing dependencies, and not adding more. […] That's rare and special.—IndieWeb Avatar for https://ericwbailey.design/ Eric Bailey

  • Eleventy doesn’t track you. We don’t have or use telemetry nor require you to opt-out of data collection.
  • Eleventy is zero-config to start and can be extended with flexible configuration options.
  • Eleventy works with multiple template languages. You can pick one or use them all together in a single project:
  • Eleventy uses independent template languages. We don’t want to hold your content hostage with a custom format. If you decide to use a different syntax later, having your content decoupled in this way will make migration easier.
  • Eleventy does not require that you use a JavaScript framework—that means zero client-side JavaScript by default across the board. We’re thinking long-term to opt-out of the framework rat race. The tool chain, modules, and components 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 works with your project’s existing directory structure. The tool doesn’t require an app directory or a pages directory. Use the structure that you want.
  • Eleventy allows incremental adoption. We only look for the files and directories you specify. Further, with even more precision you can opt-out or ignore specific files in your project. 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.

Get started with Eleventy today! or read more about Eleventy’s project goals.

Documentation

Todd and Bruce said this button should be bigger and as you can see they were right.

Built With Eleventy

Jump to section titled: Built With Eleventy

A random sample taken from 810 authors. Check out the fastest of their 1170 web sites.

Don’t take my word for it Rainbow

Jump to section titled: Don’t take my word for it 🌈 Rainbow

Listen to what these happy developers are saying about Eleventy:

“Eleventy + Netlify have become my new workflow for static sites. I think I'm in love.” IndieWeb Avatar for https://v1.indieweb-avatar.11ty.dev/https%3A%2F%2Fminamarkh.am%2F/Mina Markham

“Jekyll is dead to me” IndieWeb Avatar for https://v1.indieweb-avatar.11ty.dev/https%3A%2F%2Fandy-bell.co.uk%2F/Andy Bell

“I heard Eleventy was good” IndieWeb Avatar for https://www.zachleat.com/img/lachzeat-glasses.pngLach Zeatherman

“Eleventy is absolutely wonderful. It’s by far the nicest static site generator I’ve used in what feels like forever.” IndieWeb Avatar for https://v1.indieweb-avatar.11ty.dev/https%3A%2F%2Faddyosmani.com%2F/Addy Osmani

“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.” IndieWeb Avatar for https://v1.indieweb-avatar.11ty.dev/https%3A%2F%2Fmathiasbynens.be%2F/Mathias Bynens

“2022 winner of the Google Open Source Peer Bonus Award” IndieWeb Avatar for https://v1.indieweb-avatar.11ty.dev/https%3A%2F%2Fgoogle.com%2F/Google

“#1 Product of the Day (May 2022)” IndieWeb Avatar for https://v1.indieweb-avatar.11ty.dev/https%3A%2F%2Fproducthunt.com%2F/Product Hunt

“I use Eleventy on almost every project at this point and I love it.” IndieWeb Avatar for https://v1.indieweb-avatar.11ty.dev/https%3A%2F%2Flea.verou.me%2F/Lea Verou

“Eleventy is a killer static site generator. That’s all.” IndieWeb Avatar for https://v1.indieweb-avatar.11ty.dev/https%3A%2F%2Fwww.sarasoueidan.com%2F/Sara Soueidan

“Eleventy is almost fascinatingly simple.” IndieWeb Avatar for https://v1.indieweb-avatar.11ty.dev/https%3A%2F%2Fchriscoyier.net%2F/Chris Coyier

“Don’t tell Zach I said it but Eleventy is seeming fresh as hell so far” IndieWeb Avatar for https://v1.indieweb-avatar.11ty.dev/https%3A%2F%2Fwil.to%2F/Mat Marquis

…and many more!

Alternatives

Jump to section titled: Alternatives

This project aims to directly compete with all other static site generators. We encourage you to try out a few others: