From f3bafbbe8b9a78be05973ec1d8c403e17d84ee7d Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 31 Oct 2023 11:20:44 -0700 Subject: [PATCH] chore: add link --- src/_data/json/links.json | 40 ++++++++++++++++++++++++++++++++++++++- 1 file changed, 39 insertions(+), 1 deletion(-) diff --git a/src/_data/json/links.json b/src/_data/json/links.json index 0511acc0..bfa323ce 100644 --- a/src/_data/json/links.json +++ b/src/_data/json/links.json @@ -1 +1,39 @@ -{"links":[{"tags":"development","title":"What Happened to Separation of Concerns in Frontend Development","id":"https:\/\/meiert.com\/en\/blog\/what-happened-to-separation-of-concerns\/","url":"https:\/\/meiert.com\/en\/blog\/what-happened-to-separation-of-concerns\/","date":"Tue, 31 Oct 2023 10:25:06 -0700"},{"tags":"development","title":"It's 2023, here is why your web design sucks.","id":"https:\/\/heather-buchel.com\/blog\/2023\/10\/why-your-web-design-sucks\/","url":"https:\/\/heather-buchel.com\/blog\/2023\/10\/why-your-web-design-sucks\/","date":"Tue, 31 Oct 2023 10:27:36 -0700"},{"tags":"music","title":"You should look at this chart about music genres","id":"https:\/\/pudding.cool\/2023\/10\/genre\/","url":"https:\/\/pudding.cool\/2023\/10\/genre\/","date":"Tue, 31 Oct 2023 11:02:55 -0700"},{"tags":"development","title":"The Fight For The Main Thread","id":"https:\/\/www.smashingmagazine.com\/2023\/10\/speedcurve-fight-main-thread\/","url":"https:\/\/www.smashingmagazine.com\/2023\/10\/speedcurve-fight-main-thread\/","date":"Tue, 31 Oct 2023 11:04:41 -0700"}]} \ No newline at end of file +{ + "links": [ + { + "tags": "development", + "title": "What Happened to Separation of Concerns in Frontend Development", + "id": "https://meiert.com/en/blog/what-happened-to-separation-of-concerns/", + "url": "https://meiert.com/en/blog/what-happened-to-separation-of-concerns/", + "date": "Tue, 31 Oct 2023 10:25:06 -0700" + }, + { + "tags": "development", + "title": "It's 2023, here is why your web design sucks.", + "id": "https://heather-buchel.com/blog/2023/10/why-your-web-design-sucks/", + "url": "https://heather-buchel.com/blog/2023/10/why-your-web-design-sucks/", + "date": "Tue, 31 Oct 2023 10:27:36 -0700" + }, + { + "tags": "music", + "title": "You should look at this chart about music genres", + "id": "https://pudding.cool/2023/10/genre/", + "url": "https://pudding.cool/2023/10/genre/", + "date": "Tue, 31 Oct 2023 11:02:55 -0700" + }, + { + "tags": "development", + "title": "The Fight For The Main Thread", + "id": "https://www.smashingmagazine.com/2023/10/speedcurve-fight-main-thread/", + "url": "https://www.smashingmagazine.com/2023/10/speedcurve-fight-main-thread/", + "date": "Tue, 31 Oct 2023 11:04:41 -0700" + }, + { + "tags": "development", + "title": "Why I Won't Use Next.js | Epic Web Dev by Kent C. Dodds", + "id": "https://www.epicweb.dev/why-i-wont-use-nextjs", + "url": "https://www.epicweb.dev/why-i-wont-use-nextjs", + "date": "Tue, 31 Oct 2023 11:18:47 -0700" + } + ] +}