feat: update schema, add ProjectCard
, readme
This commit is contained in:
parent
fbeab5a744
commit
b93eddea6b
24 changed files with 373 additions and 72 deletions
BIN
src/content/blog/2022-post/2022.png
Normal file
BIN
src/content/blog/2022-post/2022.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 90 KiB |
|
@ -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.
|
BIN
src/content/blog/2023-post/2023.png
Normal file
BIN
src/content/blog/2023-post/2023.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 92 KiB |
|
@ -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']
|
||||
---
|
||||
|
BIN
src/content/blog/2024-post/2024.png
Normal file
BIN
src/content/blog/2024-post/2024.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 93 KiB |
|
@ -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']
|
||||
---
|
||||
|
BIN
src/content/blog/the-state-of-static-blogs/1200x630.png
Normal file
BIN
src/content/blog/the-state-of-static-blogs/1200x630.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 77 KiB |
|
@ -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']
|
||||
---
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue