forked from btholt/next-course-starter
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcourse.json
More file actions
29 lines (29 loc) · 775 Bytes
/
course.json
File metadata and controls
29 lines (29 loc) · 775 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
29
{
"author": {
"name": "ThePrimeagen",
"company": "TheStartup, Try Harder™"
},
"title": "Developer Productivity 2",
"subtitle": "become the dev that confuses everyone else",
"frontendMastersLink": "https://frontendmasters.com/workshops/developer-productivity-v2/",
"social": {
"twitter": "theprimeagen",
"twitch": "theprimeagen",
"youtube": "theprimeagen"
},
"description": "a walkthrough of making your life a bit nicer by understanding how your operating system works",
"keywords": [
"ThePrimeagen",
"Live Coding",
"TypeScript",
"JavaScript",
"Git",
"Github",
"Algorithms",
"DataStructures",
"Data Structures",
"TS"
],
"productionBaseUrl": "/dev-prod-2",
"csvPath": "./out/lessons.csv"
}