Eleventy 🕚⚡️ v0.8.3: Put the horses in, this is Stable
Eleventy is a Simpler Static Site Generator.
Support Eleventy:
- ⭐️ 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!
- 🎁 Join 15 other lovely people and become an Eleventy Open Collective Supporter!
Install
- Install to your Local project (preferred):
npm install @11ty/eleventy
- Already installed in your local project? Upgrade your version:
npm update @11ty/eleventy
- Want to install globally?
npm install -g @11ty/eleventy
- Already installed globally? Upgrade your Global version:
npm update -g @11ty/eleventy
- Read more about local versus global installation
Changelog
Bug fixes
- Fix for Nunjucks issue with too many Shortcodes (Maximum call stack exceeded) #498
- Fix for permalinks in markdown files when
markdownTemplateEngine
isfalse
#466 - Regression around missing data files when directory names repeated in the path #491 #484
- Fix when using pagination in a layout and a
Tried to use templateContent too early
error would be thrown #479 - Fix for
url
filter on Windows #485 #486 Thank you @AndrewAsquith!
Enhancements
- Travis CI builds now run on Windows! 🎯 #353
NPM Audits
None
Dependency Major Release Bumps
None