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
- Please star this repo on GitHub!
- Follow us on Mastodon @[email protected] or Twitter @eleven_ty
- Join us on Discord
- Support 11ty on Open Collective
- 11ty on npm
- 11ty on GitHub
npm install @11ty/eleventy --save-dev
Read our Getting Started guide.
npm run test
- We use the ava JavaScript test runner (Assertions documentation)
- βΉοΈ To keep tests fast, thou shalt try to avoid writing files in tests.
- Continuous Integration on GitHub Actions
- Code Coverage Statistics
- Benchmark for Performance Regressions
- Top Feature Requests (Add your own votes using the π reaction)
- Top Bugs π± (Add your own votes using the π reaction)
See the official docs on plugins.