Official 11ty docs
Collections — Eleventy
43 posts in 'Collections'
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
Generating the Firehose page on the 11tybundle site
Here's how the Firehose page of the 11tybundle.dev site is built.
Bob Monsour · Nov 21, 2023
Categories: Collections How to... Remote Data
Building post types and category RSS feeds in Eleventy
Sophie Koonin · Nov 19, 2023
Categories: Blogging Collections How to... Pagination
Eleventy Splitting Category Data Across Two Table Columns
John M. Wargo · Nov 18, 2023
Categories: Collections How to...
Making a simple Eleventy blog template
If you’ve worked with TypeScript, React or Next odds are you’ve encountered an update that broke...
Tomek Poniatowicz · Oct 3, 2023
Categories: Blogging Collections Front Matter How to... Layouts
Micah Torcellini · Sep 23, 2023
Categories: Collections How to... Pagination
How to create a drafts page for an 11ty blog
Luke Harris · Sep 14, 2023
Categories: Collections Configuration How to...
Semi-automated hashtags for syndicated posts
I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and...
Cory Dransfeldt · Sep 10, 2023
Categories: Collections How to...
Getting CloudCannon setup with your Eleventy project is easier than you think
Clayton Errington · Sep 6, 2023
Categories: Collections Configuration Deployment How to...
Lea Verou · Jul 19, 2023
Categories: Collections Dates Filters Pagination
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...
Use this 11ty plugin to enforce a typed frontmatter schema for templates within an Eleventy...
Stephanie Eckles · Feb 17, 2023
Categories: Collections
Adding tag list with post count to Eleventy.js
JavaScript software development tips, strategies for salary negotiation, and other helpful advice...
Jordan Kohl · Feb 2, 2023
Categories: Collections How to...
Using the Airtable API with Eleventy Collections
A detailed guide to building a reading list with the Airtable API and templated Eleventy data....
Will Darwin · Jan 25, 2023
Categories: Collections Remote Data
Filter an Eleventy Collection Using Your Own Custom Front Matter
Dan Urbanoicz · Oct 17, 2022
Categories: Collections Filters Front Matter How to...
Support Draft Blog Posts in Eleventy
A look at various ways of supporting draft posts with Eleventy
Raymond Camden · Aug 14, 2022
Categories: Collections Configuration How to...
Zero maintenance taxonomies in 11ty
Taxonomies in 11ty have always been hard. Sure, we have collections, but for when we want advanced...
Evan Boehs · Mar 12, 2022
Categories: Collections
Eleventy Custom Content Type Collections and Layouts
How-to on creating separate collections and layouts for a custom content type. In this case:...
Josh Cunningham · Jan 4, 2022
Categories: Collections Layouts
Creating and Using Eleventy Collections
Collections allow you to group templates and then sort, filter, and perform other manipulations to...
Stephanie Eckles · Nov 11, 2021
Categories: Collections
Making an 11ty collection from a remote XML file
RSS is XML with a specification, however not all RSS feeds follow the spec. In this post, we process...
Mike Street · Jul 26, 2021
Categories: Collections How to... Remote Data
Create an 11ty collection from any RSS feed
Using 11ty global data files, we create an 11ty collection from an RSS feed. As an example, we show...
Mike Street · Jul 12, 2021
Categories: Collections How to... Remote Data
Creating an 11ty collection from a JSON API
Using 11ty Global data files, you can make collections from JSON APIs, allowing you to make whole...
Mike Street · Jun 28, 2021
Categories: Collections Global Data How to...
Dynamic Short URLs with Eleventy
Creating URL aliases dynamically with Eleventy
Raymond Camden · Jun 22, 2021
Categories: Collections Front Matter How to...
Building Ale House Rock with 11ty
I rebuilt my beer review website using a JSON API and 11ty. This is a rundown of how I tackled it
Mike Street · May 31, 2021
Categories: Collections
Create posts in Eleventy using collections
Michael Chan · May 14, 2021
Categories: Collections How to...
Using 11ty JavaScript Data files to mix Markdown and CMS content into one collection
In this article, we'll mix Markdown files with external data sources to create a unified 11ty...
Bryan Robinson · Apr 25, 2021
Categories: CMS Collections
Build an 11ty calendar to list all your posts
List all of your posts (or other collection items) in a calendar/diary format to give a timeline of...
Mike Street · Apr 12, 2021
Categories: Collections How to...
Collection archive in Eleventy
Bernard Nijenhuis • Front-end Developer • Katwijk, The Netherlands • Father of 3 kids • Husband to 1...
Bernard Nijenhuis · Mar 17, 2021
Categories: Collections How to...
Adding Simple Pagination to an 11ty Collection
11ty can handle pagination really well, but finding the right subset of the many pagination features...
Brian Perry · Mar 7, 2021
Categories: Collections How to... Pagination
Using Template Content as Data for 11ty
Create a collection of content using any Eleventy templating language and learn to control the...
Stephanie Eckles · Feb 15, 2021
Categories: Collections Data Cascade
Group posts by year in Eleventy
Using a custom 11ty collection to group post by any attribute.
Darek Kay · Jan 31, 2021
Categories: Collections Dates How to...
Eleventy: Paging Filtered Collections
Pheonic · Jan 22, 2021
Categories: Collections Filters Pagination
Custom collection list markup in Eleventy
Dan Denney · Dec 15, 2020
Categories: Collections How to...
Create a Custom Collection with Eleventy
If you've built sites using Eleventy, you're probably familiar with collections. Using the...
Tanner Dolby · Oct 31, 2020
Categories: Collections
Let's Learn Eleventy (11ty) - Collections
This is the second part of the Let't Learn Eleventy series. We'll learn how to use collections.
Rares Portan · Sep 3, 2020
Categories: Collections
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...
Eleventy: Loop through a collection from within a layout?
I have a home page which is made up of sections. Each section is currently pulled into my...
Grant Smith · May 20, 2020
Categories: Collections How to...
Basic custom taxonomies with Eleventy
Eleventy comes with a built-in tagging system. For a recent project, I wanted to use my own category...
Jérôme Coupé · Mar 4, 2020
Categories: Collections
Adding a Last Edited Field to Eleventy
How to add a "Last Edited" value to Eleventy pages.
Raymond Camden · Feb 6, 2020
Categories: Collections Configuration Dates How to...
Adding Search to your Eleventy Static Site with Lunr
Using Lunr to add client-site search to your static site
Raymond Camden · Oct 20, 2019
Categories: Collections Configuration Search