Skip to main content

{{ 11tybundle.dev }}

Official 11ty docs

Collections

Collections — Eleventy

43 posts in 'Collections'

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  

Generating the Firehose page on the 11tybundle site

Here's how the Firehose page of the 11tybundle.dev site is built.

Categories: Collections  How to...  Remote Data  

Making a simple Eleventy blog template

If you’ve worked with TypeScript, React or Next odds are you’ve encountered an update that broke...

Categories: Blogging  Collections  Front Matter  How to...  Layouts  

Semi-automated hashtags for syndicated posts

I'm a software developer in Camarillo, California. I enjoy hanging out with my beautiful family and...

Categories: Collections  How to...  

CloudCannon + Eleventy

Getting CloudCannon setup with your Eleventy project is easier than you think

Categories: Collections  Configuration  Deployment  How to...  

Rethinking Categorization

Categories: Collections  How to...  

11ty: Index ALL the things!

Categories: Collections  Dates  Filters  Pagination  

Filtering tags within Eleventy.js collections

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

Categories: Collections  Filters  How to...  

Eleventy Collection Schemas

Use this 11ty plugin to enforce a typed frontmatter schema for templates within an Eleventy...

Categories: Collections  

Adding tag list with post count to Eleventy.js

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

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

Categories: Collections  Remote Data  

Support Draft Blog Posts in Eleventy

A look at various ways of supporting draft posts with Eleventy

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

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

Categories: Collections  Layouts  

Creating and Using Eleventy Collections

Collections allow you to group templates and then sort, filter, and perform other manipulations to...

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

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

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

Categories: Collections  Global Data  How to...  

Dynamic Short URLs with Eleventy

Creating URL aliases dynamically with Eleventy

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

Categories: Collections  

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

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

Categories: Collections  How to...  

Collection archive in Eleventy

Bernard Nijenhuis • Front-end Developer • Katwijk, The Netherlands • Father of 3 kids • Husband to 1...

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

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

Categories: Collections  Data Cascade  

Group posts by year in Eleventy

Using a custom 11ty collection to group post by any attribute.

Categories: Collections  Dates  How to...  

Create a Custom Collection with Eleventy

If you've built sites using Eleventy, you're probably familiar with collections. Using the...

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.

Categories: Collections  

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

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

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

Categories: Collections  

Adding a Last Edited Field to Eleventy

How to add a "Last Edited" value to Eleventy pages.

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

Categories: Collections  Configuration  Search  

Implementing categories

Categories: Collections  

Working with collections

Categories: Collections