diff --git a/src/_data/json/links.json b/src/_data/json/links.json new file mode 100644 index 00000000..b7c52629 --- /dev/null +++ b/src/_data/json/links.json @@ -0,0 +1,18 @@ +{ + "links": [ + { + "date": "Tue, 31 Oct 2023 10:25:06 -0700", + "tags": "development", + "title": "What Happened to Separation of Concerns in Frontend Development", + "id": "https://meiert.com/en/blog/what-happened-to-separation-of-concerns/", + "link": "https://meiert.com/en/blog/what-happened-to-separation-of-concerns/" + }, + { + "date": "Tue, 31 Oct 2023 10:27:36 -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/", + "link": "https://heather-buchel.com/blog/2023/10/why-your-web-design-sucks/" + } + ] +}