From d4f96386635cbe0cb91686cb7300cc21316cb2dc Mon Sep 17 00:00:00 2001 From: MikeLhommet <104365154+MikeLhommet@users.noreply.github.com> Date: Tue, 15 Apr 2025 17:14:57 +0200 Subject: [PATCH 1/7] Update blogs.json The Grizzly Labs Blog Added The Grizzly Labs Blog to the blogs.json --- blogs.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/blogs.json b/blogs.json index 20cb13a7..7acff33c 100644 --- a/blogs.json +++ b/blogs.json @@ -7450,9 +7450,17 @@ "author": "Aya Baghdadi", "site_url": "https://www.youtube.com/channel/UC7554uvArdSxL4tlws7Wf8Q", "feed_url": "https://www.youtube.com/feeds/videos.xml?channel_id=UC7554uvArdSxL4tlws7Wf8Q" + }, + { + "title": "The Grizzly Labs' Blog", + "author": "The Grizzly Labs", + "site_url": "https://blog.thegrizzlylabs.com/", + "feed_url": "https://blog.thegrizzlylabs.com/rss.xml", + "twitter_url": "https://x.com/thegrizzlylabs", + "mastodon_url": "https://mastodon.social/@thegrizzlylabs" } ] } ] } -] \ No newline at end of file +] From 73d7fbe737a6026afc417059289cdf9f54941b02 Mon Sep 17 00:00:00 2001 From: MikeLhommet <104365154+MikeLhommet@users.noreply.github.com> Date: Tue, 15 Apr 2025 17:43:01 +0200 Subject: [PATCH 2/7] Update blogs.json TGL blog Moved TGL blog to company blogs section --- blogs.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/blogs.json b/blogs.json index 7acff33c..47d91c9e 100644 --- a/blogs.json +++ b/blogs.json @@ -5761,6 +5761,14 @@ "site_url": "https://tart.run/blog/", "feed_url": "https://tart.run/feed_rss_created.xml", "twitter_url": "https://twitter.com/cirrus_labs" + }, + { + "title": "The Grizzly Labs' Blog", + "author": "The Grizzly Labs", + "site_url": "https://blog.thegrizzlylabs.com/", + "feed_url": "https://blog.thegrizzlylabs.com/rss.xml", + "twitter_url": "https://x.com/thegrizzlylabs", + "mastodon_url": "https://mastodon.social/@thegrizzlylabs" }, { "title": "thoughtbot: iOS posts", @@ -7451,14 +7459,7 @@ "site_url": "https://www.youtube.com/channel/UC7554uvArdSxL4tlws7Wf8Q", "feed_url": "https://www.youtube.com/feeds/videos.xml?channel_id=UC7554uvArdSxL4tlws7Wf8Q" }, - { - "title": "The Grizzly Labs' Blog", - "author": "The Grizzly Labs", - "site_url": "https://blog.thegrizzlylabs.com/", - "feed_url": "https://blog.thegrizzlylabs.com/rss.xml", - "twitter_url": "https://x.com/thegrizzlylabs", - "mastodon_url": "https://mastodon.social/@thegrizzlylabs" - } + ] } ] From 7bde6910066d8076693bf27ef5a413255557ec32 Mon Sep 17 00:00:00 2001 From: MikeLhommet <104365154+MikeLhommet@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:06:42 +0200 Subject: [PATCH 3/7] Update blogs.json TGL blog Fixing issue with extra comma when moving TGL blog --- blogs.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/blogs.json b/blogs.json index 47d91c9e..b55fdba8 100644 --- a/blogs.json +++ b/blogs.json @@ -5762,7 +5762,7 @@ "feed_url": "https://tart.run/feed_rss_created.xml", "twitter_url": "https://twitter.com/cirrus_labs" }, - { + { "title": "The Grizzly Labs' Blog", "author": "The Grizzly Labs", "site_url": "https://blog.thegrizzlylabs.com/", @@ -7458,10 +7458,11 @@ "author": "Aya Baghdadi", "site_url": "https://www.youtube.com/channel/UC7554uvArdSxL4tlws7Wf8Q", "feed_url": "https://www.youtube.com/feeds/videos.xml?channel_id=UC7554uvArdSxL4tlws7Wf8Q" - }, + } ] } ] } ] + From 5f2084cfc7ece02cc67781cb3f1780c5e2696221 Mon Sep 17 00:00:00 2001 From: MikeLhommet <104365154+MikeLhommet@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:15:48 +0200 Subject: [PATCH 4/7] Update blogs.json --- blogs.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/blogs.json b/blogs.json index b55fdba8..eea053b0 100644 --- a/blogs.json +++ b/blogs.json @@ -7459,10 +7459,8 @@ "site_url": "https://www.youtube.com/channel/UC7554uvArdSxL4tlws7Wf8Q", "feed_url": "https://www.youtube.com/feeds/videos.xml?channel_id=UC7554uvArdSxL4tlws7Wf8Q" } - ] } ] } ] - From c269b181fc0eaa584572dc367096537f3dee97ea Mon Sep 17 00:00:00 2001 From: MikeLhommet <104365154+MikeLhommet@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:17:47 +0200 Subject: [PATCH 5/7] Update blogs.json TGL blog --- blogs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/blogs.json b/blogs.json index eea053b0..2d47fcfe 100644 --- a/blogs.json +++ b/blogs.json @@ -7464,3 +7464,4 @@ ] } ] +] From 1f5ea2549942bc5940ab945d35fe689aaa9b7a31 Mon Sep 17 00:00:00 2001 From: MikeLhommet <104365154+MikeLhommet@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:25:28 +0200 Subject: [PATCH 6/7] Update blogs.json TGL blog --- blogs.json | 1 - 1 file changed, 1 deletion(-) diff --git a/blogs.json b/blogs.json index 2d47fcfe..eea053b0 100644 --- a/blogs.json +++ b/blogs.json @@ -7464,4 +7464,3 @@ ] } ] -] From 3f355dfffbbb1a11e26631a2213aeff15d467c48 Mon Sep 17 00:00:00 2001 From: MikeLhommet <104365154+MikeLhommet@users.noreply.github.com> Date: Wed, 16 Apr 2025 10:26:20 +0200 Subject: [PATCH 7/7] Update blogs.json TGL blog