Skip to main content

{{ 11tybundle.dev }}

Official 11ty docs

Filters

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.

Categories: Filters  How to...  

Grouping posts by year with nunjucks in Eleventy

Group by year in a clear and readable manner

Categories: Collections  Dates  Filters  How to...  Nunjucks/Macros  

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...

Categories: Filters  How to...  Plugins  

Eleventy Date-only Filter

I noticed recently that the site's stats page displayed the first and last post dates with time...

Categories: Dates  Filters  

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

Categories: Filters  How to...  

Eleventy JSON Output

For a small Eleventy-based project I wanted to output an example.json file – stored in the data...

Categories: Filters  How to...  

How to add a custom slugify filter to 11ty

During my recent blog migrations, I discovered the new slugify filter handles apostrophes...

Categories: Filters  How to...  

Fun With Frontmatter: Part 1 - Related Posts

A series on doing more with your Jamstack site's front matter

Categories: Filters  Front Matter  How to...  

11ty: Index ALL the things!

Categories: Collections  Dates  Filters  Pagination  

Eleventy Filter Parameters

How to add parameters to an Eleventy filter.

Categories: Filters  How to...  

Eleventy tag filter

Web development blog. The good, bad, and ugly (mostly bad and ugly)

Categories: Filters  

Eleventy tag filter

Web development blog. The good, bad, and ugly (mostly bad and ugly)

Categories: Filters  How to...  

Filtering tags within Eleventy.js collections

JavaScript software development tips, strategies for salary negotiation, and other helpful advice...

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.

Categories: Configuration  Data Cascade  Filters  

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...

Categories: Filters  How to...  

A Set of Useful 11ty Filters

One of my favorite things about 11ty is its flexibility and how easily you can customize your chosen...

Categories: Filters  How to...  

Filter Titles for RSS and Social Shares

Replace characters that are often stripped out of post titles by RSS readers and social network link...

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...

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...

Categories: Filters  How to...  

11ty Date Shortcodes and Filters

Use this shortcode and filter as a starting point for your date transformation needs.

Categories: Dates  Filters  How to...  

Filters for 11ty Content

Includes filters for creating an excerpt and other content enhancements.

Categories: Filters  

Create an Eleventy podcast feed

Want to add an iTunes and Google friendly podcast feed to your Eleventy site? Here's how.

Categories: Blogging  Configuration  Filters  How to...  

Understanding Filters, Shortcodes and Data in 11ty

Sometimes it’s a little confusing what the difference between shortcodes, data and filters really...

Categories: Data Cascade  Filters  How to...  

Adding a Warning for Old Posts to Your Jamstack Site

How to add a message to older content on your static site.

Categories: Filters  How to...  

Selecting Random Posts in Eleventy

A look at adding links to random pages in Eleventy

Categories: Configuration  Filters  How to...  

Supporting Multiple Authors in an Eleventy Blog

How to handle multiple authors in Eleventy, with custom author profile pages.

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.

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

Categories: Configuration  Filters  How to...