fix: formatting
This commit is contained in:
parent
2f6abd8479
commit
8c4ec9c219
2 changed files with 23 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
},
|
||||
{
|
||||
"tags": "development",
|
||||
"title": "It's 2023, here is why your web design sucks.",
|
||||
"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"
|
||||
|
@ -62,6 +62,27 @@
|
|||
"id": "https://www.mayank.co/blog/presentational-shadow-dom/",
|
||||
"url": "https://www.mayank.co/blog/presentational-shadow-dom/",
|
||||
"date": "Fri, 03 Nov 2023 12:40:07 -0700"
|
||||
},
|
||||
{
|
||||
"tags": "development",
|
||||
"title": "10 hard-to-swallow truths they won't tell you about software engineer job",
|
||||
"id": "https://www.mensurdurakovic.com/hard-to-swallow-truths-they-wont-tell-you-about-software-engineer-job/",
|
||||
"url": "https://www.mensurdurakovic.com/hard-to-swallow-truths-they-wont-tell-you-about-software-engineer-job/",
|
||||
"date": "Wed, 08 Nov 2023 11:51:21 -0800"
|
||||
},
|
||||
{
|
||||
"tags": "development",
|
||||
"title": "Web developers: remarkably untalented and careless?",
|
||||
"id": "https://www.baldurbjarnason.com/2023/web-dev-untalented/",
|
||||
"url": "https://www.baldurbjarnason.com/2023/web-dev-untalented/",
|
||||
"date": "Wed, 08 Nov 2023 11:52:01 -0800"
|
||||
},
|
||||
{
|
||||
"tags": "development",
|
||||
"title": "The Longevity of Web Components Over Frameworks",
|
||||
"id": "https://thathtml.blog/2023/11/longevity-of-web-components/",
|
||||
"url": "https://thathtml.blog/2023/11/longevity-of-web-components/",
|
||||
"date": "Wed, 08 Nov 2023 11:52:12 -0800"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -26,7 +26,7 @@ meta:
|
|||
|
||||
Software and services that I use for work and my own enjoyment.
|
||||
|
||||
{% image '<https://coryd.dev/assets/img/pages/uses.jpg>', 'My desk', 'border border-blue-600 dark:border-blue-400 rounded-lg overflow-hidden [&>*]:w-full', 'eager' %}
|
||||
{% image 'https://coryd.dev/assets/img/pages/uses.jpg', 'My desk', 'border border-blue-600 dark:border-blue-400 rounded-lg overflow-hidden [&>*]:w-full', 'eager' %}
|
||||
|
||||
<h3 className="text-xl font-extrabold leading-9 tracking-tight text-gray-900 dark:text-gray-100 sm:text-2xl sm:leading-10 md:text-4xl md:leading-14">Computer setup</h3>
|
||||
|
||||
|
|
Reference in a new issue