From 17e2f6908ca4c4bd986b7e66aee6b4d96d4e97b4 Mon Sep 17 00:00:00 2001 From: jultty Date: Sat, 2 May 2026 17:52:40 -0300 Subject: [PATCH] New note: Tags, RSS explosion and Octothorpe Protocol --- content/notes/tags.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 content/notes/tags.md diff --git a/content/notes/tags.md b/content/notes/tags.md new file mode 100644 index 0000000..143415b --- /dev/null +++ b/content/notes/tags.md @@ -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.