From ae12f9d176e3f661d4d4619733ffbe35736bd90f Mon Sep 17 00:00:00 2001 From: Luuk Peters Date: Fri, 8 Aug 2025 10:55:24 +0200 Subject: [PATCH] Add Luuk to the blog feed --- OurUmbraco.Site/config/CommunityBlogs.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/OurUmbraco.Site/config/CommunityBlogs.json b/OurUmbraco.Site/config/CommunityBlogs.json index 603511f98..49b2093c1 100644 --- a/OurUmbraco.Site/config/CommunityBlogs.json +++ b/OurUmbraco.Site/config/CommunityBlogs.json @@ -503,6 +503,15 @@ "rss": "https://dev.to/feed/iovergaard", "logo": "https://dev-to-uploads.s3.amazonaws.com/uploads/user/profile_image/666979/cccf02be-57af-4fe3-b436-f9151974b928.jpg", "memberId": 277819 - } + }, + { + "id": "472d5f7d-6e69-4435-a38e-90215f298876", + "checkTitles": false, + "title": "Luuk Peters", + "url": "https://dev.to/luukpeters", + "rss": "https://dev.to/feed/luukpeters", + "logo": "https://avatars.githubusercontent.com/u/9865589", + "memberId": 22873 + } ] -} \ No newline at end of file +}