-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathcourse.json
More file actions
28 lines (28 loc) · 761 Bytes
/
course.json
File metadata and controls
28 lines (28 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"authors": [
{
"name": "Brian Holt",
"company": "Microsoft",
"image": "author.jpg"
},
{
"name": "Evil Brian Holt",
"company": "Evil Corp",
"image": "author-2.jpg"
}
],
"title": "Next.js Course Starter Kit",
"subtitle": "for Frontend Masters",
"frontendMastersLink": "https://frontendmasters.com/",
"social": {
"linkedin": "btholt",
"github": "btholt",
"twitter": "holtbt",
"bluesky": "brianholt.me"
},
"description": "A starter kit for making really amazing courses, optimized for Frontend Masters",
"keywords": ["your", "Google", "keywords", "here"],
"productionBaseUrl": "/next-course-starter",
"csvPath": "./out/lessons.csv",
"llmFullTextPath": "./out/llms.txt"
}