Skip to content

Commit 33a6a74

Browse files
committed
add a gif and edit timecodes
1 parent 121e8ea commit 33a6a74

File tree

2 files changed

+25
-37
lines changed

2 files changed

+25
-37
lines changed
136 KB
Loading
Lines changed: 25 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"title": "Genuary",
3-
"description": "",
4-
"videoId": "",
5-
"date": "2023-1-04",
6-
"languages": ["P5.js", "processing"],
2+
"title": "Genuary 2023 Speed Run!",
3+
"description": "My speed run through all of the Genuary 2023 prompts.",
4+
"videoId": "QyGG15J9bAc",
5+
"date": "2023-1-30",
6+
"languages": ["Javascript", "Processing"],
77
"topics": ["Genuary"],
88
"canContribute": true,
9-
"relatedChallenges": [],
9+
"relatedChallenges": ["14-fractal-trees-recursive", "135-making-a-gif-loop-in-processing"],
1010
"timestamps": [
1111
{ "time": "0:00:00", "title": "Livestream starts" },
1212
{ "time": "0:20:14", "title": "Timer starts" },
1313
{ "time": "0:20:32", "title": "Genuary 1 - Perfect GIF loop" },
14-
{ "time": "0:25:24", "title": "Made in 10 minutes" },
15-
{ "time": "0:32:13", "title": "Glitch Art" },
16-
{ "time": "0:40:35", "title": "Intersections" },
17-
{ "time": "0:46:45", "title": "Debug View" },
18-
{ "time": "0:50:00", "title": "Steal Like an Artist" },
19-
{ "time": "0:55:25", "title": "Sample a color palette from your favorite movie/album cover" },
20-
{ "time": "1:00:18", "title": "Signed Distance Functions" },
21-
{ "time": "1:08:12", "title": "Plants" },
22-
{ "time": "1:16:01", "title": "Generative Music" },
23-
{ "time": "1:21:48", "title": "Suprematism" },
24-
{ "time": "1:33:30", "title": "Tessellation" },
25-
{ "time": "1:41:25", "title": "Something you’ve always wanted to learn" },
26-
{ "time": "1:53:21", "title": "Aesemic" },
27-
{ "time": "2:02:18", "title": "Sine Waves" },
28-
{ "time": "2:04:16", "title": "Reflection of a reflection" },
29-
{ "time": "2:13:44", "title": "A grid inside a grid inside a grid" },
14+
{ "time": "0:25:24", "title": "Genuary 2 - Made in 10 minutes" },
15+
{ "time": "0:32:13", "title": "Genuary 3 - Glitch Art" },
16+
{ "time": "0:40:35", "title": "Genuary 4 - Intersections" },
17+
{ "time": "0:46:45", "title": "Genuary 5 - Debug View" },
18+
{ "time": "0:50:00", "title": "Genuary 6 - Steal Like an Artist" },
19+
{ "time": "0:55:25", "title": "Genuary 7 - Sample a color palette from your favorite movie/album cover" },
20+
{ "time": "1:00:18", "title": "Genuary 8 - Signed Distance Functions" },
21+
{ "time": "1:08:12", "title": "Genuary 9 - Plants" },
22+
{ "time": "1:16:01", "title": "Genuary 10 - Generative Music" },
23+
{ "time": "1:21:48", "title": "Genuary 11 - Suprematism" },
24+
{ "time": "1:33:30", "title": "Genuary 12 - Tessellation" },
25+
{ "time": "1:41:25", "title": "Genuary 13 - Something you’ve always wanted to learn" },
26+
{ "time": "1:53:21", "title": "Genuary 14 - Aesemic" },
27+
{ "time": "2:02:18", "title": "Genuary 15 - Sine Waves" },
28+
{ "time": "2:04:16", "title": "Genuary 16 - Reflection of a reflection" },
29+
{ "time": "2:13:44", "title": "Genuary 17 - A grid inside a grid inside a grid" },
3030
{ "time": "2:21:25", "title": "Genuary 18 - Definitely not a grid" },
3131
{ "time": "2:22:10", "title": "Genuary 19 - Black and white" },
3232
{ "time": "2:25:25", "title": "Genuary 20 - Art Deco" },
@@ -44,9 +44,9 @@
4444
],
4545
"codeExamples": [
4646
{
47-
"title": "Genuary Repo",
48-
"description": "Respository with Genuary code",
49-
"image": "p5.jpg",
47+
"title": "Genuary Repository",
48+
"description": "Respository with the code from the Genuary speed run",
49+
"image": "genuary.jpg",
5050
"urls": { "other": "https://github.com/CodingTrain/Genuary-2023" }
5151
}
5252
],
@@ -67,18 +67,6 @@
6767
"description": "Genuary 2024"
6868
}
6969
]
70-
},
71-
{
72-
"title": "Videos",
73-
"links": [
74-
{
75-
"icon": "🚂",
76-
"title": "How to Set up A Node Project",
77-
"url": "/tracks/discord-bots/discord/setup-node-project",
78-
"description": "My tutorial about setting up a Node project."
79-
}
80-
],
81-
"credits": []
8270
}
8371
]
8472
}

0 commit comments

Comments
 (0)