Firehose 1,629
2026
Creating an Alphabetical Tag Page feat. Nunjucks Pitfalls
I transformed a messy tag list into an organized alphabetical sections, and there were a surprising amount of gotchas I encountered along the way.
Eleventy: Sorted Collection
This is the blog of Lea Rosema, frontend developer with accessibility focus, based in Hamburg
Lea Rosema (7)
Eleventy: Autopopulating the title variable from the template
This is the blog of Lea Rosema, frontend developer with accessibility focus, based in Hamburg
Lea Rosema (7)
An eleventy config for moving from Jekyll
Added Eleventy-Fetch to the Site
The article discusses how the Eleventy Fetch plugin can be used to cache API requests in al 11ty site. By making a few changes to the code, the plugin handles data processing automatically. This simplifies the code and reduces the need for manual data conversion. Additionally, the plugin supports cu
John M. Wargo (47)
Migrating from Cloudflare Pages to Workers (and cleaning up the mess)
My experience merging an 11ty static site and API into a single Cloudflare Worker, plus a bash script to delete old Pages deployments when the dashboard won't let you.
Alex Zappa (3)
Eleventy Adding Page Links to a Post
I created a plugin called Eleventy Plugin Markdown Post Links that adds a list of links to the top of my posts. The plugin has options for different types of lists and can generate links based on a minimum number specified. I implemented it on my site with a collapsible link list feature. You can fi
John M. Wargo (47)
From 65 to 83: Attempts at Performance Optimization
A humble look into the performance optimizations boosting my Lighthouse score from 65 to 83, including critical CSS, layout shift fixes, and image optimization while maintaining the site's design and user experience.
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.
Adding Hardcover.app Data to Eleventy
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.
auld lang syne: The Commonplace (micro)Log
A simple gratitude journal online, with media tracking and Beeminder integration. Yes, yet another 11ty project technical write-up, but I promise you'll learn something.
Deploying An Eleventy Site to NeoCities with GitLab CI/CD
A guide to automatically deploying your Eleventy static site to NeoCities using GitLab CI/CD, including authentication, error handling, and optimizations.