Skip to content

Commit 0d3288e

Browse files
committed
Merge branch 'main' into dev
2 parents 4bc7496 + cb791cd commit 0d3288e

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

featured.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
[{
2+
"title": "Using the Front Matter CMS with Elio Struyf",
3+
"link": "https://www.youtube.com/watch?v=YX4HBXHojOA",
4+
"author": {
5+
"name": "Code and Coffee",
6+
"link": "https://www.youtube.com/@thecodeandcoffeeshow"
7+
},
8+
"preview": "/featured/code-and-coffee.jpg",
9+
"type": "video",
10+
"featured": true
11+
},
12+
{
213
"title": "James Q Quick - How I Manage My Markdown Blog",
314
"link": "https://www.youtube.com/watch?v=kLKgLoGOs1E",
415
"author": {

public/featured/code-and-coffee.jpg

75.1 KB
Loading

public/schema/template.schema.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"version": {
1717
"type": "string"
1818
},
19+
"url": {
20+
"type": "string"
21+
},
1922
"type": {
2023
"type": "string",
2124
"enum": [
@@ -34,6 +37,7 @@
3437
"name",
3538
"description",
3639
"author",
40+
"url",
3741
"version",
3842
"type"
3943
]

0 commit comments

Comments
 (0)