From 228ba5a2e8bb1fe3ec8e9839da23c8623d5fa265 Mon Sep 17 00:00:00 2001 From: CTome <64846840+CrimsonTome@users.noreply.github.com> Date: Tue, 9 Aug 2022 20:13:42 +0100 Subject: [PATCH 1/3] add hullcss blog feed --- feeds.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/feeds.json b/feeds.json index 2e6d142..77f0b3b 100644 --- a/feeds.json +++ b/feeds.json @@ -33,5 +33,10 @@ "author_name": "Kieran Robson", "github_username": "KieranRobson", "feed_uri": "https://blog.kieranrobson.com/feed.xml" + }, + { + "author_name": "Rowan Clark", + "github_username": "hullcss", + "feed_uri": "https://hullcss.org/feed.xml" } ] From 5cb17300e487242d656d1a9927de164e6b6698df Mon Sep 17 00:00:00 2001 From: CTome <64846840+CrimsonTome@users.noreply.github.com> Date: Tue, 9 Aug 2022 20:52:21 +0100 Subject: [PATCH 2/3] change author to hullcss team for blog --- feeds.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds.json b/feeds.json index 77f0b3b..f245163 100644 --- a/feeds.json +++ b/feeds.json @@ -35,7 +35,7 @@ "feed_uri": "https://blog.kieranrobson.com/feed.xml" }, { - "author_name": "Rowan Clark", + "author_name": "The HullCSS team", "github_username": "hullcss", "feed_uri": "https://hullcss.org/feed.xml" } From 2b6017b00419f1e805b2363ba1e1206907c4b6d5 Mon Sep 17 00:00:00 2001 From: CTome <64846840+CrimsonTome@users.noreply.github.com> Date: Fri, 19 Aug 2022 17:07:13 +0100 Subject: [PATCH 3/3] fix feeds.json? --- feeds.json | 1 + 1 file changed, 1 insertion(+) diff --git a/feeds.json b/feeds.json index b823df1..f89b5d5 100644 --- a/feeds.json +++ b/feeds.json @@ -38,6 +38,7 @@ "author_name": "The HullCSS team", "github_username": "hullcss", "feed_uri": "https://hullcss.org/feed.xml" + }, { "author_name": "Eirika Doe", "github_username": "EirikaDoesntCode",