From 29a2b4df19ab663ab2316f5c9520c4ad1254f783 Mon Sep 17 00:00:00 2001 From: Medium Sync Bot Date: Fri, 7 Nov 2025 20:35:04 +0000 Subject: [PATCH] Sync new Medium posts --- content/posts/medium/posse-has-it-backwards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/medium/posse-has-it-backwards.md b/content/posts/medium/posse-has-it-backwards.md index 581c9a4..68ea3cc 100644 --- a/content/posts/medium/posse-has-it-backwards.md +++ b/content/posts/medium/posse-has-it-backwards.md @@ -61,7 +61,7 @@ The same tools that power POSSE can power EPOSS, you just need to point them the For example, this post, even though it shows up on Medium, also appears on my website (). It does this because Medium supports RSS and I can use that RSS feed to generate a post in markdown and feed it back to Hugo. This particular script looks at the RSS feed defined at RSS\_URL and writes markdown versions of it to content/posts/medium so that I can track which posts are being imported: - + I’ve connected this to my github actions to run this script every 30 minutes to pull in new content from medium. -- 2.25.1