Eleventy v0.3.5
Eleventy is a simpler Static Site Generator!
⭐️ 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!
Changelog
- Option to opt-out of automatic
.gitignore
ignores in Eleventy. UseeleventyConfig.setUseGitIgnore(false);
: #125 - Major semver update: Upgrades liquidjs to 4.0.0: #122 #73
- Fixes issue with using
permalink
in layout front matter. #121 - Fixes issue with using collections and pagination together #115 #127 #129