v0.2.6: Eleventy-Aught-Two-Six
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 thegitignore: 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