Skip to content

Commit 2536169

Browse files
authored
Add youtube video to about (#208)
* Add `react-lite-youtube-embed` plugin * Update dependencies * Add "Life + Data" YouTube video * Add styles for `youtube-embed` * Add notification about my "Life + Data" episode * Apply suggestion from Copilot review
1 parent 92b5b1b commit 2536169

File tree

5 files changed

+1073
-1361
lines changed

5 files changed

+1073
-1361
lines changed

docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,11 @@ const config = {
268268
type: 'custom-NotificationBell',
269269
position: 'right',
270270
notifications: [ // Instead of deleting notifications, just comment them out so that it's easier to see the history of notifications.
271+
{
272+
id: 5,
273+
message: 'Check out my episode on the podcast "Life + Data"📺',
274+
url: 'https://www.youtube.com/watch?v=LJt8iPnxnmQ'
275+
},
271276
{
272277
id: 4,
273278
message: 'New Signal sticker pack!: 1950s-60s Blue Note jazz musicians🎷',

0 commit comments

Comments
 (0)