Tootfinder

Opt-in global Mastodon full text search. Join the index!

@rmdes@mstdn.social
2026-02-01 22:08:45

I think I never subscribed to as many RSS feeds from small blogs as I did recently since I got myself my own #microsub reader integrated into my blog engine powered by #indiekit
it’s just very comfortable to use, you read the blog post and you can reply, like or repost right from the integrated Re…

@rmdes@mstdn.social
2026-01-24 17:24:33

Indiekit for Cloudron - IndieWeb Publishing Server rmendes.net/bookmarks/2026/01/

@rmdes@mstdn.social
2026-01-31 17:36:44

Might sound really geeky but I just managed to syndicate my indiekit/Cloudron tutorial to news.indieweb.org by just selecting a syndication target from the indiekit UI backend, still a few things to iron out but I can now select from two “Indienews” targets for either French or English section of the news ag…

@rmdes@mstdn.social
2026-02-18 13:31:14

Hacking on Indiekit to customize my blog rmendes.net/articles/2026/02/1

@rmdes@mstdn.social
2026-02-14 12:03:39

New to Indiekit? Read the full deployment guide — a step-by-step walkthrough covering server setup, DNS, configuration, first-run password creation, syndication, webmentions, and the full plugin set.
github.com/rmdes/indiekit-depl

@rmdes@mstdn.social
2026-02-01 18:49:28

Self-Hosting rmendes.net/self-hosting

@rmdes@mstdn.social
2026-01-24 19:10:59

Deploy Your Own #IndieWeb Site on #Cloudron with #Indiekit

@rmdes@mstdn.social
2026-01-28 18:18:23

**Todo : **
1. Make sure webmentions and syndication data is displayed on all post types
2. Do more testing of indieweb interactions on mobile/desktop
3. Audit security of indiekit fork & developed extensions
4. Fix the issues with pictures not displaying on photo post type
5. Fix the access to profile metadata for indieauth/indielogin
6. Add rel-me for mastodon/blueksy
7. Keep improving indiekit-microsub
8. update PR with new indiekit-mic…

@rmdes@mstdn.social
2026-02-17 13:45:12

My indiekit blogroll plugin now supports feeding a blogroll page/widget from OPML URL, OPML FILE, Microsub and Feedland
the first two are a given, but the microsub source basically reuse the already subscribed feed from my indiekit microsub implementation and display them as blogroll items and Feedland is more or less the same idea but the source here is a feedland server providing the dynamic OPML input.

@rmdes@mstdn.social
2026-01-27 22:21:27

I have been busy :
#IndieWeb

@rmdes@mstdn.social
2026-01-25 10:53:29

j’ai complètement open-sourcé tout le code qui fait tourner mon blog, évidemment je n’ai rien inventé (Š part les plugins) et j’en ai fait un tuto si d’aucun/es sont assez fou pour se lancer la dedans 😀 rmendes.net/content/articles/2

@rmdes@mstdn.social
2026-02-14 12:17:47

Deploying Your Own IndieWeb Site with Indiekit Eleventy (Docker Compose based) rmendes.net/articles/2026/02/1

@rmdes@mstdn.social
2026-02-17 15:23:31

Integrated a Feedland widget on my blog sidebar #blogroll

@rmdes@mstdn.social
2026-02-06 18:58:32

Found a really odd #indiekit bug, the indiekit-endpoint-posts, which manages posts in the backend via micropub can only edit posts up to 40 posts back in time, so i forked it and fixed it: now it queries the database directly by MongoDB _id, which is efficient and works regardless of how many posts exist.

@rmdes@mstdn.social
2026-01-23 17:11:26

Très content de mon nouveau site / CV / blog
#indiekit qui rapatrie mes données GitHub sur mon blog et dans la foulée un plugin

@rmdes@mstdn.social
2026-02-13 19:21:05

Now my CV Editor plugin for #indiekit is able to handle both personal projects or work projects rmendes.net/cv/

@rmdes@mstdn.social
2026-01-21 19:18:13

Test from #indiekit #indieweb

@rmdes@mstdn.social
2026-01-21 19:16:51

Bhe je suis content, j’ai récupéré tous mes posts sur mon blog depuis le début des années 2000 et j’ai complètement changé de système, j’utilise désormais #indiekit pour le backend #Eleventy pour le frontend
ma “base de données” c’est des fichiers de textes, c’est plus sécurisé et j’ai contrôle tot…

@rmdes@mstdn.social
2026-02-08 13:33:36

Got my indiekit syndicator for #Linkedin to work 🤓 with a nice backend to refresh the token (using OAuth) via the backend directly with the user linkedin session once every 2 months, it’s a manual step but it’s smooth
rmende…

@rmdes@mstdn.social
2026-02-06 21:13:20

My indiekit fork is now able to Send & Receive webmentions automatically, no human interventions, all I need is to use the /microsub/reader endpoint via Indiepass or via my own blog and whatever I like, repost or bookmarks gets “magically” sent to the source URL I interacted with. Code is here

@rmdes@mstdn.social
2026-02-13 18:21:36

I’m starting to be really proud of the claude assisted development I have been doing on my #indiekit blog
* rmendes.net/cv/
* webmentions widget
* podroll
* blogroll
* microsub reader

@rmdes@mstdn.social
2026-02-19 09:06:42

I Guess I’m now the first ever Indiekit Instance on the #fediverse
Thanks to Fedify
{
"@context": [
"w3.org/ns/activitystreams",
"

@rmdes@mstdn.social
2026-02-06 23:48:53

microsub reader integrated to indiekit micropub client to orchestrate webmentiona or syndicate to elsewhere
rmendes.net/photos/2026/02/06/

screenshot of microsub indiekit reader
@rmdes@mstdn.social
2026-02-05 16:31:07

Added a Search feature to my #indiekit / #Eleventy powered blog/site rmendes.net/search/ itself powered by pagefind…

@rmdes@mstdn.social
2026-02-05 17:34:11

I made customization to many #indiekit parts, they are all available here : npmjs.com/~rmdes

@rmdes@mstdn.social
2026-02-05 21:07:27

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 😍

@rmdes@mstdn.social
2026-02-08 13:42:34

This weekend I worked on my custom /blogroll page
it has 3 input types :
1. you construct the collection by adding blogs manually
2. you import an OPML with your collection
3. you connect your /microsub existing collection to feed the blogroll on the frontend.
rmendes.net/notes/2026/02/08/3

@rmdes@mstdn.social
2026-02-05 16:52:57

My Roadmap page is taking shape rmendes.net/roadmap/
rmendes.net/content/notes/2026