New note: Tags, RSS explosion and Octothorpe Protocol

This commit is contained in:
jultty 2026-05-02 17:52:40 -03:00
commit 17e2f6908c

13
content/notes/tags.md Normal file
View file

@ -0,0 +1,13 @@
+++
title = "[Meta] Tags, RSS explosion and Octothorpe Protocol"
date = "2026-05-02T17:53:18-03:00"
[taxonomies]
tags = [ "meta", "rss", "octothorpe" ]
+++
On more updates to this blog, we now have tags to browse specific topics and dedicated RSS feeds. This means this blog now serves an obscene amount of RSS feeds which is really appropriate considering RSS is adorable.
To complement the tags, I've added support for the [Octothorpe Protocol](https://octothorp.es/), which is a way to aggregate hashtags and other relations through an indexing server that allows you to discover and curate related content.
I've also added webmention metadata to be able to receive it, but haven't implemented any way to display it yet.