From 7098edb6794103381b6d362dbb9a42ef694b629b Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt <coryd@fastmail.com> Date: Tue, 31 Oct 2023 10:28:42 -0700 Subject: [PATCH] chore: link data --- src/_data/json/links.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 src/_data/json/links.json 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/" + } + ] +}