Skip to content

Commit d1f6a39

Browse files
committed
colors and branding
1 parent 661e375 commit d1f6a39

File tree

12 files changed

+50
-39
lines changed

12 files changed

+50
-39
lines changed

.github/workflows/next.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
with:
2020
target_branch: gh-pages
2121
build_dir: out
22-
# fqdn: sql.holt.courses
22+
fqdn: intermediate-react-v6.holt.courses
2323
env:
2424
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

course.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,25 @@
33
"name": "Brian Holt",
44
"company": "Neon"
55
},
6-
"title": "Next.js Course Starter Kit",
7-
"subtitle": "for Frontend Masters",
8-
"frontendMastersLink": "https://frontendmasters.com/courses/complete-react-v9/",
6+
"title": "Intermediate React v6",
7+
"subtitle": "As taught for Frontend Masters",
8+
"frontendMastersLink": "https://frontendmasters.com/courses/intermediate-react-v6/",
99
"social": {
1010
"linkedin": "btholt",
1111
"github": "btholt",
1212
"twitter": "holtbt",
1313
"bluesky": "brianholt.me"
1414
},
15-
"description": "A starter kit for making really amazing courses, optimized for Frontend Masters",
16-
"keywords": ["your", "Google", "keywords", "here"],
17-
"productionBaseUrl": "/next-course-starter",
15+
"description": "Learn intermediate and advance concepts like React Server Components for React as taught for Frontend Masters by Brian Holt.",
16+
"keywords": [
17+
"React",
18+
"Frontend Masters",
19+
"Brian Holt",
20+
"RSC",
21+
"server components",
22+
"javascript",
23+
"framework",
24+
"web development"
25+
],
1826
"csvPath": "./out/lessons.csv"
1927
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/images/BRAND-WHearts.png

-224 KB
Binary file not shown.

public/images/apple-touch-icon.png

7.34 KB
Loading

public/images/author.jpg

1.57 MB
Loading

public/images/course-icon.png

17.5 KB
Loading

public/images/favicon-16x16.png

7 Bytes
Loading

public/images/favicon-32x32.png

560 Bytes
Loading

public/images/favicon.ico

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)