feat: update schema, add ProjectCard
, readme
This commit is contained in:
parent
fbeab5a744
commit
b93eddea6b
24 changed files with 373 additions and 72 deletions
7
src/content/projects/project-a.md
Normal file
7
src/content/projects/project-a.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
name: "Project A"
|
||||
description: "This is an example project description! You should replace this with a description of your own project."
|
||||
tags: ["Framework A", "Library B", "Tool C", "Resource D"]
|
||||
image: "../../../public/static/1200x630.png"
|
||||
link: "https://example.com"
|
||||
---
|
7
src/content/projects/project-b.md
Normal file
7
src/content/projects/project-b.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
name: "Project B"
|
||||
description: "This is an example project description! You should replace this with a description of your own project."
|
||||
tags: ["Framework A", "Library B", "Tool C", "Resource D"]
|
||||
image: "../../../public/static/1200x630.png"
|
||||
link: "https://example.com"
|
||||
---
|
7
src/content/projects/project-c.md
Normal file
7
src/content/projects/project-c.md
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
name: "Project C"
|
||||
description: "This is an example project description! You should replace this with a description of your own project."
|
||||
tags: ["Framework A", "Library B", "Tool C", "Resource D"]
|
||||
image: "../../../public/static/1200x630.png"
|
||||
link: "https://example.com"
|
||||
---
|
Loading…
Add table
Add a link
Reference in a new issue