From 306347c206a4029d6b528115f3682f9bad39138a Mon Sep 17 00:00:00 2001 From: Victor Baro Date: Mon, 18 Aug 2025 10:10:39 -0700 Subject: [PATCH 1/2] Adds VictorBaro blog --- blogs.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/blogs.json b/blogs.json index 648e5eed..058e3ce7 100644 --- a/blogs.json +++ b/blogs.json @@ -4807,6 +4807,13 @@ "feed_url": "https://vmanot.com/feed", "twitter_url": "https://twitter.com/vatsal_manot" }, + { + "title": "Victor Baro's Blog", + "author": "Victor Baro", + "site_url": "https://medium.com/@victorbaro", + "feed_url": "https://medium.com/@victorbaro", + "twitter_url": "https://x.com/victorbaro" + }, { "title": "Vidu Glöck's Blog", "author": "Vidu Gloeck", @@ -7519,4 +7526,4 @@ } ] } -] \ No newline at end of file +] From 274b51442e5ba8aff515a5a145989f217abd4e76 Mon Sep 17 00:00:00 2001 From: Dave Verwer Date: Tue, 19 Aug 2025 07:42:27 +0100 Subject: [PATCH 2/2] Fixed feed URL. --- blogs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogs.json b/blogs.json index 058e3ce7..933c3ea7 100644 --- a/blogs.json +++ b/blogs.json @@ -4811,7 +4811,7 @@ "title": "Victor Baro's Blog", "author": "Victor Baro", "site_url": "https://medium.com/@victorbaro", - "feed_url": "https://medium.com/@victorbaro", + "feed_url": "https://medium.com/feed/@victorbaro", "twitter_url": "https://x.com/victorbaro" }, {