Dates 79 posts
2026
Dependency Spring Cleaning
In the spirit of seasonal home organizing, here are several dependency updates I’ve made to this site since my last refactor follow-up (most…
Tyler Sticka (5)
I Made My Eleventy Build 5× Faster with Five Changes
A walkthrough of how I audited my 11ty build benchmarks and cut cold-start time from 14 seconds down to 2.6 seconds by caching two custom filters and swapping out a bare network fetch.
Using Spec Driven Development with AWS Kiro to add the last updated date on Eleventy blog
A step by step guide to add updated at to exsting Eleventy blog using spec-driven development with AWS Kiro
Geshan Manandhar (1)
The Limits of AI and Where Humans Shine
Simple Pure CSS/HTML Timeline (with Extra Eleventy Integration)
I wanted a simple historical timeline for a companion website for an academic presentation.
Micah Torcellini (2)
Eleventy: How to Work Around the “git Last Modified” Performance Bottleneck
On speeding up Eleventy sites when commit dates are too useful to drop.
Cache-busting that CSS & JS
Extending the Post Graph Plugin: Adding Clickable Links and Tooltips
A technical walkthrough of how I extended the eleventy-plugin-post-graph to add clickable links and hover tooltips showing article titles.
Building an IndieAuth Comment System for Your Static Site
A journey through authentication, CORS issues, and the joy of owning your comments! Learn how to build a comment system for your static site using IndieAuth and Netlify Functions, storing the comments in your git repository.
2025
Eleventy - today’s date as a global variable
Sometimes, you want to use today's date in a template. One example is a copyright notice that includes the current year. Not all templating languages provide a simple way to get the current date.
Rob O'Leary (13)
Migrating WordPress To Eleventy
Software engineering leader and occasional side project hacker.
Brian Cantoni (6)
11tyCMS: Image uploads and design enhancements
So it's been a little while! Nope, this project is NOT inactive! Just slow moving. Work and life has been taking its toll. Since we last spoke, I've gotte
Jessie Heald (16)
An Obsidian Template To Create A File At The Right Location
In my blog, this post you're reading right now can be found at the following path in the repo: content/blog/2025/06/03/obsidian-templater-file-creation-template.md…
Martin Hähnel (14)
Calculating yearsSince using a Nunjucks filter in Eleventy
yearsSince
JavaScript that calculates the number of years that have passed since a given date, utilized in an Eleventy shortcode.
Marc Amos (1)
List blog posts grouped by year with Eleventy
A short guide on how to display blog posts grouped by year for a blog listing page in Eleventy using Nunjucks templating.
Juha-Matti Santala (23)
Building a seasonal veg app with Eleventy. Part 1
I wanted to learn for fun. Looking for inspo on what to build, I came across their which lists sites built with Eleventy that are top performing in Ligh...
Yasmin (5)
11ty Blog Rewrite Hotfix
hi there! please enjoy my blog of things i think are interesting
Melanie Kat (2)
2024
Eleventy (11ty) year, year-month, and year-monty-day indexes
Building an album releases calendar subscription
As part of tracking the music I listen to I also keep track of upcoming albums. When I add an album, I also have fields for release dates and links.
Cory Dransfeldt (46)
Eleventy Date Filter with Ordinals
When working with dates in JavaScript, you probably reach for a library to help you parse, manipulate and display the values. For a recent Eleventy project, I used Luxon – the successor to the popular JavaScript date/time library Moment.js.
Trevor Morris (8)
Making a Comment System with Eleventy and Netlify
July Project Updates
An update on two projects I’ve been working on—one new and one old—based on some development oversights I’ve made in the past that I’d like to prevent going forward.
Chris Burnell (8)
A custom collection to sort events with Eleventy
I made a custom collection with a filter to sort events by their custom date data.
Sami Määttä (6)
Group posts by year in Eleventy.js
JavaScript software development tips, strategies for salary negotiation, and other helpful advice for navigating software as a career.
Jordan Kohl (8)
Eleventy - Group posts by year
A common organisation pattern for a blog is to group posts by year. I will show you how to do this efficiently and succinctly in JavaScript.
Rob O'Leary (13)
Intro: Bukmark.club
Introducing a new side project: I built a directory of websites that provide a curated collection of bookmarks and/or links to other websites.
Tom Doe (10)
Automated weekly links posts with raindrop.io and Eleventy
The quest: how could I mark a link or blog post as “good”, and have it show up in my blog on a Sunday without me having to do anything?
Sophie Koonin (5)
Creating an OPML File for my Blogroll
How I'm creating OPML files for my blog, and pod, rolls so people can subscribe to all of the sites in one go
Robb Knight (20)
Right here, right now
A brief explanation of the way I built the "Right now" box on my homepage.
2023
Deploying my website
From running my website for myself on my machine to hosting it publicly for everyone.
Tobias Fedder (7)
Adding a git based changelog in 11ty
How to add a changelog to your 11ty pages based on commits made to your site's git repository.
James Doc (3)
Eleventy Post Graph Plugin
Generate Github-style post distribution graph for your blog posts in Eleventy
Robb Knight (20)
Grouping posts by year with nunjucks in Eleventy
Group by year in a clear and readable manner.
Eleventy Date-only Filter
I noticed recently that the site's stats page displayed the first and last post dates with time information even though the values only contained dates. I created a simple Eleventy Filter to trim them to date only with the format I wanted. This post shows how I did it.
John M. Wargo (47)
Sorting and Dating 11ty Posts by Name
Organize and automate your 11ty blog's post structure with ISO dates and some quick JavaScript.
Benny Powers (8)
11ty: Index ALL the things!
This is a second spinoff post in the migration saga of this blog from WordPress to 11ty. On good URLs It was important to me to have good, RESTful, usable, hackable URLs. While a lot of that is easy and comes for free, following this principle with Eleventy proved quite hard: URLs that are “hackable
Lea Verou (4)
Removing Luxon From Eleventy
I'm equilibriumuk, a software engineer. I write about programming & computer related topics
equilibriumuk (21)
Generating Slug Using Date & Title In 11ty
I'm equilibriumuk, a software engineer. I write about programming & computer related topics
equilibriumuk (21)
File Last Modified Is Available
MooseDog Studios - Where Convention Takes A Back Seat To Quality
Robin Hoover (4)
Host an ics calendar feed with Eleventy
Using Eleventy, you can create a website that hosts an ical feed that people can subscribe to in their calendars of choice.
Rob Anderson (5)
Custom date formatting in Eleventy.js
JavaScript software development tips, strategies for salary negotiation, and other helpful advice for navigating software as a career.
Jordan Kohl (8)
Better Looking Dates in Eleventy: Jan 01 2023 --> Jan 1st 2023
By default, the default readableDate in Eleventy will output dates like: Dec 03 2022. Let's do better... Tagged with ui, design, webdev, productivity.
Daniel Morgan (1)
2022
Drafts and timestamp-based publishing in Eleventy
Exercise more control over when, and if, your posts appear.
Bryce Wray (26)
Quick LiquidJS + Eleventy Example - All Posts
Some quick things I learned about Liquid when building an "All Posts" page.
Raymond Camden (105)
Related Content by Day of Year in Eleventy
A demonstration of how to get content published on the same day in the past.
Raymond Camden (105)
Building blocks for my first Eleventy site
Different choices that go into building an Eleventy website from scratch.
Sami Määttä (6)
2021
11ty Date Shortcodes and Filters
Use this shortcode and filter as a starting point for your date transformation needs.
Stephanie Eckles (21)
Dates in Eleventy
Bernard Nijenhuis • Front-end Developer • Katwijk, The Netherlands • Father of 3 kids • Husband to 1 wife • Owner of 2 cats
Group posts by year in Eleventy
Grouping blog posts by year in Eleventy
Create an archive page grouped by year (or anything you want!) using 11ty's built in pagination and a modified collection.
James Doc (3)
2020
Tracking Posts by Week in Eleventy
A quick hack to get the number of posts written per week in Eleventy
Raymond Camden (105)
Eleventy static-site generator: Making Liquid play nice with dates
Home, home on the web, where the links and the hypertexts play
Justus Grunow (2)