page

Dates 79 posts

2026

favicon for site or author

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)

favicon for site or author

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.

Brennan Kenneth Brown (13)

favicon for site or author

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)

Categories

The Limits of AI and Where Humans Shine

April 15, 2026 Part of a series

Nicholas Clooney (7)

favicon for site or author

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)

favicon for site or author

Eleventy: How to Work Around the “git Last Modified” Performance Bottleneck

On speeding up Eleventy sites when commit dates are too useful to drop.

Jens Oliver Meiert (4)

favicon for site or author

Cache-busting that CSS & JS

The saga continues...now we cache-bust those CSS and JS references.

Bob Monsour (26)

favicon for site or author

Eleventy in 2026

My stack and workflow in 2026

Jay Cuthrell (3)

Categories
favicon for site or author

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.

Brennan Kenneth Brown (13)

Categories
favicon for site or author

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.

Brennan Kenneth Brown (13)

Categories

2025

favicon for site or author

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)

favicon for site or author

Never write your own Date Parsing Library

A post by Zach Leatherman (zachleat)

Zach Leatherman (88)

Categories
favicon for site or author

Migrating WordPress To Eleventy

Software engineering leader and occasional side project hacker.

Brian Cantoni (6)

favicon for site or author

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)

Categories

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)

favicon for site or author

Calculating yearsSince using a Nunjucks filter in Eleventy

Replacing an imported dependency with vanilla javascript

Thomas Rigby (8)

favicon for site or author

yearsSince

JavaScript that calculates the number of years that have passed since a given date, utilized in an Eleventy shortcode.

Marc Amos (1)

favicon for site or author

blog setup

notes about the 11ty + obsidian setup behind this blog

actuallysomecat (4)

favicon for site or author

On this day

Sacha Chua (4)

Categories
favicon for site or author

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)

favicon for site or author

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)

Categories
favicon for site or author

11ty Blog Rewrite Hotfix

hi there! please enjoy my blog of things i think are interesting

Melanie Kat (2)

Categories

2024

favicon for site or author

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)

favicon for site or author

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)

Categories
favicon for site or author

Making a Comment System with Eleventy and Netlify

How I managed to add a comments system to my static blog.

Cascade (1)

favicon for site or author

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)

favicon for site or author

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)

favicon for site or author

We Need to Talk About Your Eleventy Post Dates

Almost everyone using Eleventy is using blog post dates wrong

Robb Knight (20)

Categories
favicon for site or author

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)

favicon for site or author

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)

favicon for site or author

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)

favicon for site or author

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)

favicon for site or author

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)

favicon for site or author

Right here, right now

A brief explanation of the way I built the "Right now" box on my homepage.

Martin Gunnarsson (9)

2023

favicon for site or author

Deploying my website

From running my website for myself on my machine to hosting it publicly for everyone.

Tobias Fedder (7)

Categories
favicon for site or author

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)

favicon for site or author

Eleventy Post Graph Plugin

Generate Github-style post distribution graph for your blog posts in Eleventy

Robb Knight (20)

Categories
favicon for site or author

Grouping posts by year with nunjucks in Eleventy

Group by year in a clear and readable manner.

Christopher Kirk-Nielsen (15)

favicon for site or author

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)

Categories
favicon for site or author

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)

Categories
favicon for site or author

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)

favicon for site or author

Solving a date display issue in 11ty templates

Fixed a date display issue in 11ty templates by applying the toDateString to format update dates properly to comply with Google’s sitemap requirements.

Simon Cox (17)

Categories
favicon for site or author

Removing Luxon From Eleventy

I'm equilibriumuk, a software engineer. I write about programming & computer related topics

equilibriumuk (21)

favicon for site or author

Generating Slug Using Date & Title In 11ty

I'm equilibriumuk, a software engineer. I write about programming & computer related topics

equilibriumuk (21)

Categories
favicon for site or author

File Last Modified Is Available

MooseDog Studios - Where Convention Takes A Back Seat To Quality

Robin Hoover (4)

Categories
favicon for site or author

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)

Categories
favicon for site or author

Easy Date and Time Formatting with Luxon

Two great tastes that taste great together

Evan Sheehan (8)

Categories
favicon for site or author

From Jekyll & Hugo to Eleventy

HOW DO YOU DO, PLEASE STATE YOUR PROBLEM _

Chris Burgess (2)

favicon for site or author

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)

Categories
favicon for site or author

Automating Advent Calendar with Github Actions and Eleventy

Last year, I build an advent calendar using Eleventy and Github Actions. In this blog post, I tell more about the progress and the result.

Eevis (1)

Categories
favicon for site or author

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)

Categories

2022

favicon for site or author

Drafts and timestamp-based publishing in Eleventy

Exercise more control over when, and if, your posts appear.

Bryce Wray (26)

Categories
favicon for site or author

Quick LiquidJS + Eleventy Example - All Posts

Some quick things I learned about Liquid when building an "All Posts" page.

Raymond Camden (105)

Categories
favicon for site or author

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)

Categories
favicon for site or author

Building blocks for my first Eleventy site

Different choices that go into building an Eleventy website from scratch.

Sami Määttä (6)

2021

favicon for site or author

Time is on your side

The HTML time element is both useful and easy to use.

Dana Byerly (8)

Categories
favicon for site or author

Formatting dates nicely in 11ty with Luxon

Using Luxon to format dates in your nunjucks templates

Al Power (9)

Categories
favicon for site or author

Localize datetimes in Eleventy with JS

May 28, 2021 10:00 AM PST —

Michael Chan (7)

Categories
favicon for site or author

11ty Date Shortcodes and Filters

Use this shortcode and filter as a starting point for your date transformation needs.

Stephanie Eckles (21)

favicon for site or author

Fix DST Dates in Eleventy

Mar 16, 2021 11:00 AM PST —

Michael Chan (7)

Categories
favicon for site or author

Dates in Eleventy

Bernard Nijenhuis • Front-end Developer • Katwijk, The Netherlands • Father of 3 kids • Husband to 1 wife • Owner of 2 cats

Bernard Nijenhuis (8)

Categories
favicon for site or author

Group posts by year in Eleventy

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

Darek Kay (5)

favicon for site or author

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

favicon for site or author

Tracking Posts by Week in Eleventy

A quick hack to get the number of posts written per week in Eleventy

Raymond Camden (105)

Categories
favicon for site or author

How to fix Eleventy's dates being off by one day

Writings from Mark Thomas Miller.

Mark Thomas Miller (5)

Categories
favicon for site or author

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)

Categories
favicon for site or author

Adding a Last Edited Field to Eleventy

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

Raymond Camden (105)

Some content below may have been published before the release of Eleventy v3.0.0 (October 1, 2024). Information may have changed in newer versions. Current stable release: 3.12
Some content below may have been published before the release of Eleventy v2.0.0 (Feb 8, 2023). Information may have changed in newer versions. Current stable release: 3.12.
Some content below may have been published before the release of Eleventy v1.0.0 (Jan 8, 2022). Information may have changed in newer versions. Current stable release: 3.12.
All of the content below was published before the release of Eleventy v1.0.0 (Jan 8, 2022). Information may have changed in newer versions. Current stable release: 3.12.