-
Rewriting in Eleventy (again)
Why I rewrote this site with Eleventy after a two-year sojourn with Astro.
-
Looking over the fence at Eleventy
Eleventy is looking better and better as an alternative to Astro for simple or long-lived websites
-
Rebuilding with Astro
Detailing why and how I rebuilt this site with Astro.
-
Upgrading an Eleventy site to 1.0.0
Make sure the you are using Node.js version 12 or later
-
Add a YouTube-embedder shortcode to your Eleventy site
A quick guide to writing a time-saving shortcode to create the embeddable code from a YouTube url
-
Add Heroicons to an Eleventy site
A guide to using the eleventy-plugin-heroicons package in your Eleventy projects
-
Fix "Error: Could not resolve pagination key in template data" in Eleventy
Not a true fix, but a decent workaround when paginating collections in Eleventy
-
Send data to the window with Eleventy
How to create a shortcode to expose data for client-side scripts
-
Logging with Eleventy and Nunjucks
Adding a simple filter to save you a lot of grief.