Eleventy 🕚⚡️ is a Simpler Static Site Generator.
Documentation at v0-7-1.11ty.io
⭐️ Support Eleventy by starring us on GitHub! This will increase our project’s visibility on staticgen.com, a big giant list of static site generators.
🐦 Follow us on Twitter @eleven_ty!
Install
- Local project:
npm install @11ty/eleventy
- Global:
npm install -g @11ty/eleventy
- Read more about local versus global installation
Upgrade
- Local project:
npm update @11ty/eleventy
- Global:
npm update -g @11ty/eleventy
Changelog
- Adds Mac OS as a Travis CI test target.
Bug fixes
- Requiring a module that doesn’t exist #377 #378 😱 Thanks @kleinfreund!
- Fixes major performance regression in
--watch
performance #375
Milestone
Dependency Major Release Bumps
None