Skip to content

Eleventy 馃暁鈿★笍 v0.8.3: Put the horses in, this is Stable

Compare
Choose a tag to compare
@zachleat zachleat released this 05 May 02:32

Eleventy is a Simpler Static Site Generator.

v0.8.3 Documentation

Support Eleventy:

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 is false #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

Administration