Skip to content

Commit b4d44d9

Browse files
committed
Merge branch 'main' of https://github.com/CodingTrain/thecodingtrain.com into auto-update-yt-desc
2 parents ffbc4d6 + e70b99f commit b4d44d9

File tree

213 files changed

+1008
-216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

213 files changed

+1008
-216
lines changed

.github/workflows/node.js.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This workflow will do a clean installation of node dependencies, cache/restore them, build the source code and run tests
22

3-
name: Content tests
3+
name: Content and unit tests
44

55
on:
66
push:
@@ -13,11 +13,13 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
17+
1718
- name: Use Node.js ${{ matrix.node-version }}
18-
uses: actions/setup-node@v3
19+
uses: actions/setup-node@v4
1920
with:
2021
node-version: '20.x'
2122
cache: 'npm'
23+
2224
- run: npm ci
2325
- run: npm test

.github/workflows/typos.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: Content typos tests
2+
3+
on:
4+
push:
5+
branches: ['main']
6+
pull_request:
7+
branches: ['main']
8+
9+
jobs:
10+
build:
11+
runs-on: ubuntu-latest
12+
13+
steps:
14+
- uses: actions/checkout@v4
15+
16+
- name: Check spelling in content directory
17+
uses: crate-ci/typos@master
18+
with:
19+
files: ./content

content/pages/about/challenge.jpg

-86.7 KB
Binary file not shown.
-1.12 MB
-1.46 MB
-275 KB
Binary file not shown.
-859 KB
Binary file not shown.

content/pages/challenges/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"title": "Challenges",
33
"description": "Ready to apply what you’ve learned in the Tracks? Try a Challenge! These one-off project videos build off concepts introduced in Tracks and may have prerequisites (listed on the challenge page itself).",
44
"featuredText": "Featured Challenge:",
5-
"featuredChallenge": "185-dragon-curve"
5+
"featuredChallenge": "154-tic-tac-toe-minimax"
66
}

content/pages/homepage/index.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@
3131
"title": "Challenges",
3232
"description": "Watch Dan take on Coding Challenges in p5.js and Processing. The challenge topics include algorithmic art, machine learning, simulation, generative poetry, and more.",
3333
"featured": [
34-
"185-dragon-curve",
35-
"152-rdp-algorithm",
36-
"158-shape-classifier",
37-
"174-graphics-applesoft-basic",
38-
"27-fireworks",
39-
"19-superellipse"
34+
"c5-marching-squares",
35+
"178-climate-spiral",
36+
"164-slitscan",
37+
"162-self-avoiding-walk",
38+
"154-tic-tac-toe-minimax",
39+
"144-2d-black-hole-visualization"
4040
],
4141
"challengesCta": {
4242
"text": "ready to explore? try a challenge!",
@@ -47,14 +47,14 @@
4747
"passengerShowcase": {
4848
"title": "Passenger showcase highlights",
4949
"featured": [
50-
"challenges/24-perlin-noise-flow-field/showcase/contribution-1727893468.json",
51-
"noc/3-angles/4-polar-coordinates/showcase/contribution-1727766867.json",
52-
"code/7-arrays/8-objects-images/showcase/contribution-1726937451.json",
53-
"challenges/14-fractal-trees-recursive/showcase/contribution-1726000914.json",
54-
"challenges/85-the-game-of-life/showcase/contribution-1727724456.json",
55-
"transformations/translate-rotate-push-pop/showcase/contribution-1727809803.json",
56-
"challenges/163-bezier-curves/showcase/contribution2.json",
57-
"challenges/124-flocking-simulation/showcase/contribution26.json"
50+
"ml5/hand-pose/showcase/contribution-1731262868.json",
51+
"ml5/1-classification/3-object-detection/showcase/contribution-1729685832.json",
52+
"ml5/0-introduction/patt-vira/showcase/contribution-1730433918.json",
53+
"webgl/2-3d-geometries/showcase/contribution-1728536881.json",
54+
"challenges/130-drawing-with-fourier-transform-and-epicycles/showcase/contribution-1728408172.json",
55+
"challenges/98-quadtree/showcase/contribution-1729184725.json",
56+
"noc/1-vectors/2-vector-math/showcase/contribution-1728692489.json",
57+
"transformations/translate-rotate-push-pop/showcase/contribution-1730631464.json"
5858
],
5959
"showcaseCta": {
6060
"text": "Want to see more?",

content/tracks/index.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"transformations-in-p5",
2828
"games",
2929
"web-sockets-and-p5js",
30-
"webgl"
30+
"webgl",
31+
"archive"
3132
]
3233
}

0 commit comments

Comments
 (0)