Hey everyone! I’m excited to share that I’ve managed to get my minimalist WriteFreely blog added to the official WriteFreely documentation site. 😄 Right now, it’s invite-only and limited to my really trusted friends and colleagues. 😄

#writefreely #blogging #fediverse #minimalism #webdev #indieweb #documentation #proud #achievement #newblog

Who on #Fediverse self-host #Indieweb static website with #ActivityPub #ActivityStream , with 3rd party webhook endpoint gateway, and use desktop client\script to send json REST POST replies in to remote #ActivityPub #ActivityStream INBOX ?

I would like to see & hear details, examples about such setups.

crosspost from: https://aus.social/@pepper0/115227498301997558
crosspost to: @indieweb

@fediverse

Who on #Fediverse self-host #Indieweb static website with #ActivityPub #ActivityStream , with 3rd party webhook endpoint gateway,
and use desktop client\script to send json REST POST replies in to remote #ActivityPub #ActivityStream INBOX ?

I would like to see & hear details, examples about such setups.

crosspost
https://lemmy.ml/post/36347248
https://aus.social/@pepper0/115227498301997558
https://piefed.social/post/1286977

(crosspost)
Who on #Fediverse self-host #Indieweb static website with #ActivityPub #ActivityStream , with 3rd party webhook endpoint gateway,
and use desktop client\script to send json REST POST replies in to remote #ActivityPub #ActivityStream INBOX ?

I would like to see & hear details, examples about such setups.

https://aus.social/@pepper0/115227498301997558
https://lemmy.ml/post/36347248
[crosspost]
CC: !indieweb@programming.dev @indieweb@programming.dev
!indieweb@selfhosted.forum @indieweb@selfhosted.forum

@admin @pepper0
maho.dev indeed wrote an VERY detailed & nuanced dissertation opus in 8 (!) parts on this topic + software in C#.
I wasn't able to hear anyone else' (other than maho & paul kinlan) feedbacks on this topic.
I'm interested & open to hear other's opninions, maybe I'm biased for them to be more pythonic.
The adoption rate of this technology is ujustifiably SMALL (2 people who blog about that?) in comparison to slighlty widely more adopted #indieweb , or giant #fediverse.
This particular static pages technology stack & API specification need to be preserved & protected to defend fundamental right of self host fedi on static pages+webmentions.

I really like personal homepages and have quite a list of them bookmarked. I'll post one every week unless I fall behind this schedule. 😉 So here's Cool Personal Homepages #CPHP Vol. 47: "0x19.org" https://0x19.org/

#SmallWeb #indieweb #homepage #blog
#screenshot #selfhosting

When I first found the fediverse, I setup my site using #Indieweb principles, thoroughly enjoying the use of sematic html and attributes to describe the data. It made so much sense!

IndieKit was something I tried early on that may interest you - it uses the POSSE (Publish On Site, Syndicate Elsewhere) concept, with syndication available to microblogs using static site generators like 11ty, along with social media posts to mastodon and bluesky.

https://getindiekit.com/

I originally made my blog solely using #Emacs. It was a fun project but when I wiped my drive and started fresh I decided I was going to make the move to #NeoVim.

This time I just went with static blog generator Zola and I love the look and feel. The simplicity, but I'm not a front end dev and I just needed something I could spend together.

And obviously its still a work in progress but I have two older posts from last year I brought over from my old site on cryptography and hardening your linux kernel.

If there is anyone in the #indieweb community want to give me advice on setting up a #webring I think thats what I'm gonna do next. And if you've got any suggestions at all I'm open to hear them. Still not sure what I'll do with the programs tab...

My tip for fediverse devs trying to implement FEP-044f: first memorize who Alice and Bob are and what they’re posting. 🙂 Makes it easier to follow everything else. I’m done coding the basics, so now get to see how it interacts with real servers.

made myself a webbed site!! feel free to take a peek, give suggestions, or send me links to your 88x31 buttons! :3

https://selstacker.space/

#indieweb

I HAVE WEBDESIGN COMMISSIONS OPEN I CAN DESIGN YOU A SITE I'M GOOD AT GRAPHIC DESIGN I CAN EVEN CODE IT FOR AN EXTRA FEE why cant i upload more images .


https://ko-fi.com/lopstee/commissions


#commission #commissions #commissionsopen #webdev #neocities #graphicdesign #html #indieweb

Now that Mastodon 4.5 is live on mastodon.social, I can resume work on receiving quote posts from the fediverse, i.e. FEP-044f. This spec is very complicated. Feeling some urgency to finish the implementation before I forget how it all works.

Wooo, finally cooking with automatic-website-rebuilds-on-merge! Even just a day in, having one less manual step to do when trying to make updates has been huge for tinkering.

Who needs GitHub or Vercel or AWS or whatever trash they're selling you, when you can have: 1) #11ty, 2) NearlyFreeSpeech.NET, 3) a git repo on a smaller #Forgejo instance, and 4) a mid-week hyperfocus stint?

https://www.mostol.dev/post/202509172307/
#SmallWeb #PersonalSites #indieweb #selfhosted #nearlyfreespeech #ForgejoActions #Disroot

Spammers ruin: websub

I'm now beta testing Lexxy in Pagecord! 🥳✨

It's early days but I'm over the hump and now running it (for my account) in production. Take a look!

#indieweb #buildinpublic #rails

https://olly.pagecord.com/i-m-beta-testing-lexxy-in-pagecord

🌘 眾多損壞的資訊饋送:剖析 RSS/Atom 饋送問題與解決方案
➤ 從 SSL 憑證到伺服器離線:一次性解決你網站資訊饋送的所有疑難雜症
https://notes.abhinavsarkar.net/2025/broken-feeds
本文探討了 RSS/Atom 資訊饋送在 Indieweb 脈絡下常見的損壞原因,並提出相對應的技術解決方案。作者基於自身訂閱超過 700 個資訊饋送的經驗,歸納出失效饋送的幾種主要類型,包括 SSL 憑證過期、伺服器回應緩慢導致逾時、防火牆設定不當、伺服器離線、資訊饋送網址變更、饋送解析失敗、饋送遭刪除,以及網站本身被刪除。文章強調了監控、自動化更新、CDN 應用、伺服器效能優化、正確的防火牆設定、網址重定向或公告,以及嚴謹的饋送格式驗證等技術手段,旨在協助網站擁有者確保其資訊饋送的穩定性與可用性。
+ 作者的經驗太寶貴了!我的網站饋送也常常出問題,這篇文章直接點出了痛點,謝謝分享。
+ 對於 Indieweb 的推廣者來說,這是一篇必讀文章。確保饋送的穩定性是維持社羣互動
#Indieweb #RSS #Atom #網站維護 #資訊饋送

Been a while since my last post (I was out of town for a while). It's the first of its kind... it's a response to a podcast episode!

#BurgeonLab

➡️ https://www.burgeonlab.com/blog/podcast-interview-about-being-a-blogger/

It was the episode of The Worst Community Report Podcast, where host, TK (https://tk-web.top), spoke to three other bloggers: @joel, @cass and Cameron (https://thingle.pika.page/).

https://creators.spotify.com/pod/profile/brent-zeimen/

#blog #blogging #blogpost #hugo #SmallWeb #indieweb #podcast