social.lol is one of the many independent Mastodon servers you can use to participate in the fediverse.
social.lol is a lighthearted social hangout for the omg.lol community.

Administered by:

Server stats:

848
active users

11ty peeps, what’s the simplest way to sort a particular collection by the file slug?

Blake Watson :prami:

The answer ended up being to use eleventyConfig.addCollection, which is counterintuitive because in my mind I’ve already “added” it.

But anyway, you can pass a callback, get all the posts in the target collection, then sort how you like.

11ty.dev/docs/collections/#get

EleventyCollectionsA docs page for Eleventy, a simpler static site generator.