-
Eleventy v0.2.2 is out! github.com/11ty/eleventy/releases/tag/v0.2.2 It’s a big one—we now have support for content tagging, collections, and collection sorting! Warning ⚠️ we’ve moved to an NPM scope so the package name changed. Use
@11ty/eleventy
now—eleventy-cli
is now deprecated. -
Read more about Collections here: github.com/11ty/eleventy/blob/v0.2.2/docs/collections.md#a-blog-example Quick guide: 1. Add
tags: ["myTag"]
to your front matter 2. Get a list of all content tagged with myTag usingcollections.myTag
in a template.