From dadde39017a132b23cd9906a566532595852e5ce Mon Sep 17 00:00:00 2001 From: Kristof Zerbe Date: Wed, 24 Jul 2024 11:21:36 +0200 Subject: [PATCH] Syndication --- source/_posts/2024/Head-Care.md | 2 ++ source/_posts/2024/My-well-known-feeds-and-thoughts-beyond.md | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/source/_posts/2024/Head-Care.md b/source/_posts/2024/Head-Care.md index b348926242..88b4480c34 100644 --- a/source/_posts/2024/Head-Care.md +++ b/source/_posts/2024/Head-Care.md @@ -22,6 +22,8 @@ syndication: url: https://indieweb.social/@kiko/112808925304713486 - host: DevTo url: https://dev.to/kristofzerbe/head-care-cleaning-up-meta-and-link-tags-1a93 + - host: IndieNews + url: https://news.indieweb.org/en --- Actually, I just wanted to add the [blogroll link tag](https://opml.org/blogroll.opml) to the header of my blog, which [Dave Winer](http://davewiner.com/) mentioned in a comment on Dan Q's post [.well-known/feeds](https://danq.me/2023/08/23/well-known-feeds/#comment-246479). But since I was already in my [``head.ejs``](https://github.com/kristofzerbe/kiko.io/blob/master/themes/landscape/layout/_partial/head.ejs), I tidied up and reorganised it a bit. It's like a basement: you just put things in there and at some point it looks messy. diff --git a/source/_posts/2024/My-well-known-feeds-and-thoughts-beyond.md b/source/_posts/2024/My-well-known-feeds-and-thoughts-beyond.md index 0a457fca6f..77a872cb93 100644 --- a/source/_posts/2024/My-well-known-feeds-and-thoughts-beyond.md +++ b/source/_posts/2024/My-well-known-feeds-and-thoughts-beyond.md @@ -19,6 +19,10 @@ related: syndication: - host: Mastodon url: https://indieweb.social/@kiko/112814832031474529 + - host: DevTo + url: https://dev.to/kristofzerbe/my-well-known-feeds-and-thoughts-beyond-22kp + - host: IndieNews + url: https://news.indieweb.org/en --- Triggered by [Dan Q.'s post '.well-known/feeds'](https://danq.me/2023/08/23/well-known-feeds/), in which he suggests using a consistent per-site file along the lines of the resource identifier pattern [.well-known](https://en.wikipedia.org/wiki/Well-known_URI) for providing feeds, instead of placing links on all individual pages, I have summarised my feeds accordingly today, simply because this solution feels more correct to me.