Official 11ty docs
Template Filters — Eleventy
33 posts in 'Filters'
Updating my Eleventy plugin tagCloud
A blog about web development, handy tutorials, quick rants, thoughts, and everything in between.
Ginger · Nov 26, 2023
Grouping posts by year with nunjucks in Eleventy
Group by year in a clear and readable manner
Christopher Kirk-Nielsen · Nov 24, 2023
Categories: Collections Dates Filters How to... Nunjucks/Macros
Popular Pages with Eleventy and Fathom Analytics
Robb Knight · Nov 23, 2023
Categories: Data Cascade Filters How to... Remote Data
Using 11ty to bring back tag clouds
Tag clouds are a good way of seeing what kind of posts are floating around in your blog, lets bring...
Ginger · Nov 16, 2023
I noticed recently that the site's stats page displayed the first and last post dates with time...
John M. Wargo · Oct 31, 2023
Feedbin is rendering my RSS feed wrong, let's fix it!
Feedbin is removing the wrong elements, so let's make up for it on our own
Ginger · Oct 31, 2023
For a small Eleventy-based project I wanted to output an example.json file – stored in the data...
Trevor Morris · Sep 29, 2023
How to add a custom slugify filter to 11ty
During my recent blog migrations, I discovered the new slugify filter handles apostrophes...
Michael Harley · Sep 27, 2023
Fun With Frontmatter: Part 1 - Related Posts
A series on doing more with your Jamstack site's front matter
Raymond Camden · Aug 28, 2023
Categories: Filters Front Matter How to...
Lea Verou · Jul 19, 2023
Categories: Collections Dates Filters Pagination
How to add parameters to an Eleventy filter.
John M. Wargo · Jul 5, 2023
Web development blog. The good, bad, and ugly (mostly bad and ugly)
Joe Sahlsa · Jun 16, 2023
Categories: Filters
Web development blog. The good, bad, and ugly (mostly bad and ugly)
Joe Sahlsa · Jun 15, 2023
Filtering tags within Eleventy.js collections
JavaScript software development tips, strategies for salary negotiation, and other helpful advice...
Jordan Kohl · Feb 21, 2023
Categories: Collections Filters How to...
Using Eleventy filters in Directory Computed Data
Eleventy Computed Data makes it easy to reuse your filters outside of your templates.
Chris Coleman · Jan 16, 2023
Categories: Configuration Data Cascade Filters
Filter an Eleventy Collection Using Your Own Custom Front Matter
Dan Urbanoicz · Oct 17, 2022
Categories: Collections Filters Front Matter How to...
11ty Second 11ty: Creating Template Filters
This week, we’re going to dive into 11ty filters. We’ll use 1 built-in filter, and make 2 custom...
Bryan Robinson · Aug 15, 2022
One of my favorite things about 11ty is its flexibility and how easily you can customize your chosen...
Aleksandr Hovhannisyan · May 15, 2022
Filter Titles for RSS and Social Shares
Replace characters that are often stripped out of post titles by RSS readers and social network link...
Stephanie Eckles · Aug 8, 2021
Categories: Filters How to... Social Media
Blog post filter with Netlify Functions
I built my first ever serverless feature to add tag filtering to my blog listing. Here's how I...
Juha-Matti Santala · Jul 28, 2021
Categories: Filters How to... Remote Data Serverless
Accessing 11ty filters within data files to keep your code DRY
11ty filters can exist as JS functions inside the declared filters directory - these can be accessed...
Mike Street · May 17, 2021
11ty Date Shortcodes and Filters
Use this shortcode and filter as a starting point for your date transformation needs.
Stephanie Eckles · Mar 27, 2021
Includes filters for creating an excerpt and other content enhancements.
Stephanie Eckles · Mar 24, 2021
Categories: Filters
Create an Eleventy podcast feed
Want to add an iTunes and Google friendly podcast feed to your Eleventy site? Here's how.
Marc Littlemore · Feb 8, 2021
Categories: Blogging Configuration Filters How to...
Eleventy: Paging Filtered Collections
Pheonic · Jan 22, 2021
Categories: Collections Filters Pagination
Understanding Filters, Shortcodes and Data in 11ty
Sometimes it’s a little confusing what the difference between shortcodes, data and filters really...
Mike · Dec 8, 2020
Categories: Data Cascade Filters How to...
Parsing markdown in frontmatter for Eleventy templates, using filters
Victor Camnerin · Nov 24, 2020
Categories: Filters Front Matter How to... Markdown
Adding a Warning for Old Posts to Your Jamstack Site
How to add a message to older content on your static site.
Raymond Camden · Nov 9, 2020
Selecting Random Posts in Eleventy
A look at adding links to random pages in Eleventy
Raymond Camden · Oct 26, 2020
Categories: Configuration Filters How to...
Supporting Multiple Authors in an Eleventy Blog
How to handle multiple authors in Eleventy, with custom author profile pages.
Raymond Camden · Aug 24, 2020
Categories: Filters Front Matter How to... Pagination
Hiding Future Content with Eleventy
How to use custom filters and collections to hide Eleventy content for the future.
Raymond Camden · Aug 7, 2020
Categories: Collections Filters Front Matter How to...
Checking (and Upgrading) Template Engines in Eleventy
How to check the version of embedded template engines in Eleventy
Raymond Camden · Feb 7, 2020
Categories: Configuration Filters How to...