Skip to content

v0.2.6: Eleventy-Aught-Two-Six

Compare
Choose a tag to compare
@zachleat zachleat released this 12 Jan 05:49
· 2674 commits to main since this release

Install

npm install -g @11ty/eleventy

Read the full Getting Started Quick Guide

Changelog

  • Adds DEBUG=* eleventy mode for additional logging and information! Read more

  • Massive speed improvements, found a serious bottleneck in globby when using the gitignore: true feature. Worked around it to shave seconds off execution time.

  • Adds big docs page about Layouts in Eleventy.

  • Adds --config=MyConfigFile.js command line option to override the default project config file for eleventy.

  • Supports a single file input using --input=FILENAME. Thinking about adding support for globs here in the future, if user-requested!

  • Adds Code Coverage Statistics to the documentation and an npm run coverage script that automates it.

  • See full GitHub milestone