v0.2.7: Eleventy-Aught-Two-Seven
Install
npm install -g @11ty/eleventy
Read the full Getting Started Quick Guide
Changelog
-
The long awaited blog web site sample project:
eleventy-base-blogis here—with an RSS feed! (technically Atom) #29 -
Adds
passthroughFileCopyoption as a very basic feature to copy assets (think CSS or images) to the output directory. Read more -
Adds
page.urldata option to allow comparison withcollections.name[…].urlto find if the item is the same as the current page (useful for active page classes on navigation) #22 #36 -
Bugs with
inputDirvs./inputDirnormalization in ignores. #33 #34 #35 -
Fixed a bug with
--watchand build counts/times -
Layouts can now include a full path (with subdirectories) instead of just a filename:
layout: layouts/mylayout.njk -
See full GitHub milestone