I spent a fair amount of time in 2021 building sites with 11ty. I started with no knowledge and ended with a set of preferred tips and tricks. Here's everything I know and wish I knew from the start.
Understanding Filters, Shortcodes and Data in 11ty - MadeByMike
Sometimes it’s a little confusing what the difference between shortcodes, data and filters really is, and frankly the boundaries can become a little blurred with 11ty.
TartanLlama/actions-eleventy: GitHub Action for generating a static website with Eleventy
GitHub Action for generating a static website with Eleventy - TartanLlama/actions-eleventy: GitHub Action for generating a static website with Eleventy
If you're moving your Wordpress site to Eleventy, you will want to convert your Gravatar images too. Find out how easy it is using an Eleventy shortcode.
Eleventy: how to exclude draft collection items from build programmatically. - Ru Singh
With its 0.11.0 release, Eleventy offers a powerful feature. Let's see how to exclude draft collection items from build output in Eleventy programmatically, using eleventyComputed.
Creating and Using Eleventy Collections | 11ty Rocks!
Collections allow you to group templates and then sort, filter, and perform other manipulations to customize the display of your template content and data.
Five Critical Things To Do Before Working With 11ty
Five pieces of knowledge I wish I knew before working with 11ty, the JavaScript-based static site generator. Get a jump start using this fantastic tool.
henrycatalinismith/11tysass: A Sass plugin for Eleventy that's beginner-friendly and production-ready
A Sass plugin for Eleventy that's beginner-friendly and production-ready - henrycatalinismith/11tysass: A Sass plugin for Eleventy that's beginner-friendly and production-ready
5t3ph/11ty-sass-skeleton: Featuring absolutely nothing beyond a base HTML5 template and the essential setup to watch and compile your Sass alongside 11ty.
Featuring absolutely nothing beyond a base HTML5 template and the essential setup to watch and compile your Sass alongside 11ty. - 5t3ph/11ty-sass-skeleton: Featuring absolutely nothing beyond a ba...
One of the great things about Eleventy is its flexibility and its lack of assumptions about how your projects should be organized. However, in order to preserve my own sanity, I needed to come up with a default files and folders architecture that made sense to me.
How to generate ID attributes in headings using Eleventy
When switching from Jekyll to Eleventy, I discovered that my headings no longer had id attributes in the rendered HTML. This meant that I couldn’t link directly to headings in my (sometimes very...