Jan-Lukas Else

Tech, life and everything else

Tags: IndieWeb


ActivityPub support for my blog?

Published on in 💭 Thoughts

I just found this article on how to create a basic ActivityPub server. It let’s me think about adding ActivityPub support to my hugo-micropub project (which then becomes more than just a Micropub endpoint for my Hugo setup). It’s definitely a project I finally want start once I’m done with this semester.

View

Creating an Instagram archive on my website

Published on in 💭 Thoughts

Yesterday, I wrote it’s time to stop using Facebook, and I wrote about how I’m still using Instagram and WhatsApp.

View

I can now use Micropub to publish to my blog

Published on in ✍️ Posts

I can now make use of Micropub to post on my blog!

View

indiekit: Micropub-endpoint for static site generators

Published on in 🔗 Links

A few days ago, I built my own publishing form on my blog to be able to create new posts on the go. It works great, but Micropub would be even better, because I could also use Micropub-compatible apps. Just today I found Indiekit, which is exactly what I am looking for:

View

Added JSON Feed to this blog

Published on in 💭 Thoughts
Updated on

Today I updated my blog setup to the new Hugo version 0.59, which includes nothing big, but several small improvements. In addition to that I finally added support for JSON Feed to this blog.

View

Using my blog to reply to other posts

Published on in 💭 Thoughts

Yesterday, I added support to my Hugo theme to use it to reply to other posts on the web using the u-in-reply-to class (here’s the documentation for h-entry) and sending a webmention after publishing the post.

View

Send webmentions using a simple Go CLI

Published on in 💭 Thoughts

I just wanted to share the tool, which I use to send my webmentions. I use the webmention Go library by Will Norris, which also includes a simple command line tool.

View

Better Webmention support on this blog

Published on in 💭 Thoughts
Updated on

A few days ago, I already added support for webmentions and microformats2 to this blog. Now I added a form at the end of every article, so you can submit your mentions more easily.

View

PGP, Webmentions and Microformats

Published on in 💭 Thoughts
Updated on

Today I did my first step to join the IndieWeb. I first had to generate a PGP key (that’s really new to me, I never did this before 😅) to be able to use my website for authentication. After I was able to successfully login to Webmention.io, the service, which can receive webmentions and pingbacks for you, I added support for webmentions to my blog, so I see when someone from the IndieWeb references my posts. After that I also added microformats2 support, so my blog should now be easier to parse.

View

Jan-Lukas Else