feat: update schema, add ProjectCard, readme

This commit is contained in:
enscribe 2024-09-13 15:18:47 -07:00
parent fbeab5a744
commit b93eddea6b
No known key found for this signature in database
GPG key ID: 9BBD5C4114E25322
24 changed files with 373 additions and 72 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 90 KiB

View file

@ -1,9 +1,9 @@
---
title: '2022 Post'
description: 'This a dummy post written in the year 2022.'
date: '2022-01-01'
date: 2022-01-01
tags: ['dummy', 'placeholder']
image: '/static/1200x630.png'
image: './2022.png'
---
This is a dummy post written in the year 2022.

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

View file

@ -1,9 +1,9 @@
---
title: '2023 Post'
description: 'This a dummy post written in the year 2023.'
date: '2023-01-01'
date: 2023-01-01
tags: ['dummy', 'placeholder']
image: '/static/1200x630.png'
image: './2023.png'
authors: ['enscribe']
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 93 KiB

View file

@ -1,9 +1,9 @@
---
title: '2024 Post'
description: 'This a dummy post written in the year 2024 (with multiple authors).'
date: '2024-01-01'
date: 2024-01-01
tags: ['dummy', 'placeholder']
image: '/static/1200x630.png'
image: './2024.png'
authors: ['enscribe', 'jktrn']
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 77 KiB

View file

@ -1,9 +1,9 @@
---
title: 'The State of Static Blogs in 2024'
description: 'There should not be a single reason why you would need a command palette search bar to find a blog post on your own site.'
date: '2024-07-25'
date: 2024-07-25
tags: ['webdev', 'opinion']
image: '/static/1200x630.png'
image: './1200x630.png'
authors: ['enscribe']
---