v0.2.6: Eleventy-Aught-Two-Six
Install
npm install -g @11ty/eleventy
Read the full Getting Started Quick Guide
Changelog
-
Adds
DEBUG=* eleventymode for additional logging and information! Read more -
Massive speed improvements, found a serious bottleneck in
globbywhen using thegitignore: truefeature. Worked around it to shave seconds off execution time. -
Adds big docs page about
Layoutsin Eleventy. -
Adds
--config=MyConfigFile.jscommand 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 coveragescript that automates it. -
See full GitHub milestone