chore: link data

This commit is contained in:
Cory Dransfeldt 2023-10-31 10:28:42 -07:00
parent 73017bec00
commit 7098edb679

18
src/_data/json/links.json Normal file
View file

@ -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/"
}
]
}