Skip to content

Commit

Permalink
public assets, config
Browse files Browse the repository at this point in the history
  • Loading branch information
dtauer committed Dec 5, 2024
1 parent 63eb297 commit bdb1452
Show file tree
Hide file tree
Showing 12 changed files with 25 additions and 11 deletions.
3 changes: 3 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# These are supported funding model platforms

github: [ThePrimeagen]# Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
33 changes: 22 additions & 11 deletions data/course.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,30 @@ import config from "../course.json";

const DEFAULT_CONFIG = {
author: {
name: "An Author",
company: "An Author's Company",
name: "ThePrimeagen",
company: "TheStartup, Try Harder",
},
title: "A Superb Course",
subtitle: "That Teaches Nice Things",
frontendMastersLink: "",
description: "A nice course for nice people.",
keywords: ["a nice course", "for people", "to learn", "nice things"],
title: "Developer Productivity, v2",
subtitle: "become the dev that confuses everyone else",
frontendMastersLink: "https://frontendmasters.com/workshops/dev-prod-2/",
description:
"The purpose of this course is to set the foundation for how to approach creating a highly tuned environment for your needs. This is not suppose to be prescriptive but illuminating.",
keywords: [
"ThePrimeagen",
"Live Coding",
"TypeScript",
"JavaScript",
"Golang",
"RustLang",
"Go",
"Rust",
"TS",
"JS",
],
social: {
linkedin: "btholt",
github: "btholt",
twitter: "holtbt",
bluesky: "brianholt.me",
twitter: "ThePrimeagen",
twitch: "ThePrimeagen",
youtube: "ThePrimeagen",
},
productionBaseUrl: "/",
};
Expand Down
Binary file added public/images/00-no-cycles.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/BRAND-WHearts.png
Binary file not shown.
Binary file removed public/images/apple-touch-icon.png
Binary file not shown.
Binary file modified public/images/author.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/course-icon.png
Binary file not shown.
Binary file added public/images/course-icon.webp
Binary file not shown.
Binary file removed public/images/favicon-16x16.png
Binary file not shown.
Binary file removed public/images/favicon-32x32.png
Binary file not shown.
Binary file removed public/images/favicon.ico
Binary file not shown.
Binary file modified public/images/social-share-cover.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bdb1452

Please sign in to comment.