Skip to content

Commit c12f80e

Browse files
committed
Add index image and descriptions for links
1 parent 13c9c91 commit c12f80e

File tree

2 files changed

+17
-8
lines changed

2 files changed

+17
-8
lines changed
Loading

β€Žcontent/videos/challenges/118-mastodon-fractal-tree-bot/index.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,36 +67,45 @@
6767
{
6868
"icon": "πŸ”—",
6969
"title": "Lowpoly Bot",
70-
"url": "https://twitter.com/lowpolybot"
70+
"url": "https://twitter.com/lowpolybot",
71+
"description": "A Twitter bot by @Quasimondo that creates random low-polygon versions of pictures it receives."
7172
},
7273
{
7374
"icon": "πŸ”—",
7475
"title": "Node.js",
75-
"url": "https://nodejs.org/en"
76+
"url": "https://nodejs.org/en",
77+
"description": "Documentation about Node.js, a open-source JavaScript runtime environment."
7678
},
7779
{
7880
"icon": "πŸ”—",
7981
"title": "Mastodon",
80-
"url": "https://mastodon.social/about"
82+
"url": "https://mastodon.social/about",
83+
"description": "A decentralized social media powered by Mastodon"
8184
},
8285
{
8386
"icon": "πŸ”—",
8487
"title": "Mastodon API on npm",
8588
"url": "https://www.npmjs.com/package/mastodon-api",
8689
"description": "A Mastodon API Client for node"
8790
},
88-
{
89-
"icon": "πŸŽ₯",
90-
"title": "What is Mastodon?",
91-
"url": "/tracks/mastodon/mastodon/what-is-mastodon"
92-
},
9391
{
9492
"icon": "πŸ”—",
9593
"title": "The 'procesing-java' command",
9694
"url": "https://github.com/processing/processing/wiki/Command-Line",
9795
"description": "Running Processing sketches from the command line"
9896
}
9997
]
98+
},
99+
{
100+
"title": "Videos",
101+
"links": [
102+
{
103+
"icon": "πŸŽ₯",
104+
"title": "What is Mastodon?",
105+
"url": "/tracks/mastodon/mastodon/what-is-mastodon",
106+
"description": "My track on the social media API Mastodon."
107+
}
108+
]
100109
}
101110
],
102111
"credits": [

0 commit comments

Comments
Β (0)