Back to rankings
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
static-site-generatordocumentation-tooljavascriptblog-enginetemplateseleventy
Key Metrics
Star Growth
Stars
19.8k
Forks
585
Weekly Growth
β
Issues
156
5k10k15k
Dec 2017May 2019Oct 2020Mar 2022Sep 2023Feb 2025Jul 2026
Artifactsnpm
npm install buildawesomeREADME

Build Awesome (Eleventy) πβ‘οΈππ
A simpler static site generator. An alternative to Jekyll. Written in JavaScript. Transforms a directory of templates (of varying types) into HTML.
Works with HTML, Markdown, JavaScript, Liquid, Nunjucks, with addons for WebC, Sass, Vue, Svelte, TypeScript, JSX, and many others!
β‘ Documentation
- Star this repo on GitHub!
- Follow us on Mastodon
@11ty@neighborhood.11ty.dev - Follow us on Bluesky
@11ty.dev - Install from npm
- Follow on GitHub
- Watch us on YouTube
- Chat on Discord
- Latest:
Installation
npm install @awesome.me/buildawesome --save-dev
# Backwards compatible here too:
npm install @11ty/eleventy --save-dev
Read our Getting Started guide.
Tests
npm test
We have a few test suites, for various reasons:
- ava JavaScript test runner (assertions docs) (primary test suite in
test/) - Node.js Test runner (secondary test suite in
test_node/) - Vitest (in Browser Mode) (browser tests in
packages/browser/test/) - Benchmark for Performance Regressions
These run in various environments:
Community Roadmap
- Top Feature Requests (Vote for your favorites!)
- Top Bugs π± (Add your own votes using the π reaction)
Plugins
See the official docs on plugins.
Related repositories