Eleventy
Posts tagged with "Eleventy".
10 posts
-
photos
I have been working on a #Eleventy 4 theme for #Indiekit and yes I was pleasingly surprised to see it work out of the box with the current “eleventy-preset” core indiekit package (its supposed to be Eleventy 3.x.x) My inspiration was onbviously Zach...
View → -
bookmarks
View → -
articles
My Eleventy site builds 3,400+ pages with data from over a dozen APIs (GitHub, Funkwhale, Last.fm, YouTube, Mastodon, Bluesky, and several Indiekit endpoints). The initial build was taking 38 seconds, and incremental rebuilds — triggered by a single...
View → -
articles
Three days of performance work on the Indiekit stack — memory optimization, Core Web Vitals, and build-time improvements. This one gets technical. The Problem: OOM Kills in a 3 GB Container The site runs on Cloudron in a container with 3 GB RAM. Elev...
View → -
articles
A busy day of improvements across the Indiekit ecosystem. Here’s what changed. Eleventy Theme — 10 commits The frontend got the most attention: Blog filter navigation — the blog dropdown now shows all posts per type, not just the most recent Interact...
View → -
notes
One of the best hack I did to my Eleventy theme with Alpine is to store my session in the browser localStorage and then display to authed users a FAB, with contextual web actions on any part of the site : create a new posts, bookmark, article etc… ed...
View → -
articles
A complete guide to deploying Indiekit on your own server using Docker Compose. By the end of this guide, you’ll have a fully functional IndieWeb blog with automatic HTTPS, Micropub support, syndication to Mastodon and Bluesky, and a static Eleventy-...
View → -
likes
Good Article on #webmentions & #Eleventy
View → -
notes
I’ve been learning about #Eleventy while crafting my new blog with #indiekit backend and as it’s often the case with technology: why did I take so much time to get into it? it’s fun, it’s amazing 😍
View → -
notes
Had to remove --incremental from my Eleventy watch command because my RSS feed were not being regenerated after a post creation on this blog, it’s a bit sad because full rebuild just to update the RSS feed is a lot.
View →