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

View 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"
---

View 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"
---

View 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"
---