chore: link data
This commit is contained in:
parent
73017bec00
commit
7098edb679
1 changed files with 18 additions and 0 deletions
18
src/_data/json/links.json
Normal file
18
src/_data/json/links.json
Normal 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/"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Reference in a new issue