From 36d7da2c0a5641b1c9c7ca302ad2b0d1bc1cd8db Mon Sep 17 00:00:00 2001 From: Medium Sync Bot Date: Wed, 24 Sep 2025 23:05:41 +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