Home Blog Links About Notes

TILs, snippets—my digital code garden 🌱.

All notes 11ty a11y ai animation api backend cheatsheet cli computer-science cpp css cypress deno dev devops git golang graphql html interview javascript messaging networking node performance php python questions react rust services sql storybook svelte sveltekit testing typescript typography vscode

⓫Eleventy

https://www.11ty.dev/docs/
22 Jun 2023
11ty
On this page
  1. Eleventy config
    1. Add a filter

Eleventy config

Add a filter

eleventyConfig.addFilter('readableDate', (dateObj) => {
  return DateTime.fromJSDate(dateObj, { zone: 'utc' }).toFormat('dd LLL, yyyy')
})

Usage:

{{ page.date | readableDate }}
> cd ..
Feeds Colophon Worklog Now Uses Notes GitHub Bluesky Mastodon

© 2026 Zander Martineau • #eec9b70 • This site is always under construction. 🚧