Week 10, 2026
– (50 posts)
Articles (4)
-
Dev Log: 43 commits — design system, accessibility, and 306 bookmarks imported
A day of polish, performance, and migration cleanup across the Indiekit ecosystem. Eleventy Theme — 24 commits Design System Compliance The theme got a full design system overhaul. Every post type — a...
-
Dev Log: 27 commits across 5 plugins to improve my blog
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...
-
Adding AI Usage Metadata to JSON-LD Structured Data
Every post on this site carries structured AI transparency metadata — visible both to readers (as a disclosure badge) and to machines (as Schema.org JSON-LD). Here’s how I built it, from the post edit...
-
The Blog Question Challenge
This challenge was initiated by Alexandra from wrywriter.ca — thanks for putting this together! Why did you make a blog in the first place? My first blog goes back to the early 2000s — it was called “...
Notes (23)
-
My blog is WCAG 2.1 Level AA compliant… in theory. Excuse my ignorance but how do I test it to make sure it works for disabled people?
-
Finally… not that it changes much but anyway https://audioboom.com/posts/8870429
-
Sad to see Steven Bartlett fall into the conspiracy trap with The Banned Professor, Bret Weinstein relying on RFK to peddle Wuhan lab COVID-19 theories.
-
Tempting … https://grapheneos.org/install/web
-
🎉 I’ve added a new Featured section to my homepage. I can now mark articles as featured directly from the Indiekit backend, and my Indiekit homepage plugin automatically renders them on the frontend....
-
J’avais encore oublié à quel point le web est fascinant, il y a des gens qui ont vraiment des idées originales :)
-
Do not Click #games #hive
-
Finally some colors on my blog, I’m getting there : a place where I like to spend time, writing, reading, exploring with just enough features so that it covers my needs.
-
2 months … I went from micro.blog to self hosted indiekit and having my own ActivityPub instance via Fedify Its quite a change that now everything I use in terms of UI/backend can be changed, fine-tun...
-
Well… I have serious doubts about this US decided to attack because Israel was already doing it and the US didn’t want to suffer a “blow” without also blowing things on its own Trump regime is stuck w...
-
Just added AI transparency metadata to my Micropub MCP client. Every post can now carry disclosure fields for how AI was involved in creating it: ai_text_level: 0 (None) → 3 (AI-generated, human revie...
-
I now display AI usage (or not) on every post I create on my blog. I forked indiekit-endpoint-posts and added metadata properties that I can fill when creating a post. These properties generate their...
-
Released v2.4.0 of my ActivityPub plugin — unified the reader and explore processing pipelines into a single shared path. Posts now go through the same enrichment (avatars, media, quotes, hashtags) re...
-
Just shipped two new features for my GitHub page: a searchable starred repos browser that syncs all 5k+ stars via GraphQL and caches them in MongoDB, with filtering by language, topic, and full-text s...
-
So I created this code to reorganize my 5,000 GitHub starred repositories. It took Claude Code a little over two hours to sort everything into structured categories and lists, all while respecting Git...
-
Updated my roadmap page to reflect the changes I have been doing lately and the tasks still to take care to polish things up!
-
Testing my new Micropub MCP client — posting from the terminal via Claude Code, with automatic syndication and OG image generation.
-
Heh! this is fun !
-
Yay! my cloudron package for #funkwhale was adopted by Cloudron team, its now officially in the cloudron app store ! Unstable for now but ready for testing ! I’m going to think about how to migrate bu...
-
I can now search across all my 5k Github starred repo’s from my own site :) I still need to finetune the search feature and perhaps add filtering based on my Github lists but it’s usable for now.
-
Working on a new feature for my GitHub activity page — a searchable starred repositories browser. The idea is to visualize all my GitHub stars with filtering by language, topic, and description, makin...
-
Exploring the idea of self-hosting a Bluesky PDS alongside my Indiekit instance — turning it into a dual-protocol server that federates over both ActivityPub and AT Protocol simultaneously. Inspired b...
-
Just built a Micropub MCP client that lets me create posts on my IndieWeb blog directly from the terminal using Claude Code. Full IndieAuth with PKCE, CRUD operations, media uploads, and syndication —...