From 43ec981c4bc81e1ce8d03259147d3115767d5e69 Mon Sep 17 00:00:00 2001 From: Jan-Erik Rediger Date: Mon, 2 Jan 2023 14:37:04 +0100 Subject: [PATCH] Add excerpt --- _posts/2023-01-02-serving-webfinger-resources-with-nginx.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/_posts/2023-01-02-serving-webfinger-resources-with-nginx.md b/_posts/2023-01-02-serving-webfinger-resources-with-nginx.md index 91866f2..72e2ce9 100644 --- a/_posts/2023-01-02-serving-webfinger-resources-with-nginx.md +++ b/_posts/2023-01-02-serving-webfinger-resources-with-nginx.md @@ -5,6 +5,10 @@ published_date: "2023-01-02 14:30:00 +0100" layout: post.liquid data: route: blog +excerpt: | + As I'm starting to use Mastodon more and more, + I'm also learning more about how the underlying ActivityPub protocol works. + Using the WebFinger protocol my domain now acts as an alias for my actual Mastodon account. --- As I'm starting to use Mastodon more and more,