collections

27 bookmarks
Custom sorting
Eleventy Collections from an API
Eleventy Collections from an API
I've been tinkering with a new Eleventy project and decided to fire it up using the 3 beta version. I started by creating two collections using markdown files. Each collection had a template…
·trovster.com·
Eleventy Collections from an API
Eleventy Collection Schemas | 11ty Rocks!
Eleventy Collection Schemas | 11ty Rocks!
Use this 11ty plugin to enforce a typed frontmatter schema for templates within an Eleventy collection.
·11ty.rocks·
Eleventy Collection Schemas | 11ty Rocks!
Create a Custom Collection with Eleventy
Create a Custom Collection with Eleventy
If you've built sites using Eleventy, you're probably familiar with collections. Using the Configuration API allows for creating custom collections which can be useful to only show certain posts on your site.
·tannerdolby.com·
Create a Custom Collection with Eleventy
11ty filter for returning a sorted list of tags from collections. Use the it in a template like {{ collections.foo | taglist }} to get the sorted tag list.
11ty filter for returning a sorted list of tags from collections. Use the it in a template like {{ collections.foo | taglist }} to get the sorted tag list.
11ty filter for returning a sorted list of tags from collections. Use the it in a template like {{ collections.foo | taglist }} to get the sorted tag list. - sort-tags.js
·gist.github.com·
11ty filter for returning a sorted list of tags from collections. Use the it in a template like {{ collections.foo | taglist }} to get the sorted tag list.
Working with 11ty Collections
Working with 11ty Collections
Create complex and nested collections to handle multiple taxonomies in a site built with 11ty
·mattmcadams.com·
Working with 11ty Collections
Generate Page Content From a Global Data File Using Eleventy
Generate Page Content From a Global Data File Using Eleventy
There are many great features to choose from when building websites with Eleventy. One feature in particular that I find very useful is the ability to iterate over a global data file and generate page content using a templating language of your choice.
·tannerdolby.com·
Generate Page Content From a Global Data File Using Eleventy
How to generate a list of all collections in 11ty
How to generate a list of all collections in 11ty
I have a simple Eleventy site v0.11.0 I'm using tag in the front matter to generate collections. Ex: --- title: Some post tags: - apple - banana - soccer --- I want to show a list each of each ...
·stackoverflow.com·
How to generate a list of all collections in 11ty
Tanner Dolby auf Twitter
Tanner Dolby auf Twitter
“Custom filter for returning a unique and alphabetically sorted list of tags from a collection! @eleven_ty https://t.co/Wxdip2XDiy”
·twitter.com·
Tanner Dolby auf Twitter
Basic custom taxonomies with Eleventy - Webstoemp
Basic custom taxonomies with Eleventy - Webstoemp
Eleventy comes with a built-in tagging system. For a recent project, I wanted to use my own category system, which led me to dive a bit deeper into extending and configuring Eleventy.
·webstoemp.com·
Basic custom taxonomies with Eleventy - Webstoemp
Create a collection - 11ty Recipes
Create a collection - 11ty Recipes
11ty.recipes helps you build an Eleventy site from scratch, showing you how to add individual features to craft the exact site you need.
·11ty.recipes·
Create a collection - 11ty Recipes
Creating and Using Eleventy Collections | 11ty Rocks!
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.
·11ty.rocks·
Creating and Using Eleventy Collections | 11ty Rocks!