Skip to content

Commit 8a86afd

Browse files
committed
Add talks page
1 parent 8c4bfd5 commit 8a86afd

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ const config: Config = {
9898
label: "Docs",
9999
},
100100
{ to: "/libraries", label: "Libraries", position: "left" },
101+
{to: "/talks", label: "Talks", position: 'left'},
101102
{ to: "/blog", label: "Blog", position: "left" },
102103
{
103104
"aria-label": "Discourse Forum",

src/pages/talks.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Talks
3+
slug: talks
4+
---
5+
6+
# Talks
7+
8+
**David Sankel: The Beman Project, Bringing Standard Libraries to the next level**
9+
10+
<iframe width="800" height="540" src="https://www.youtube.com/embed/f4JinCpcQOg" frameborder="0" allowFullScreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
11+
12+
**Dietmar Kühl: Creating a sender / receiver framework**
13+
14+
<iframe width="800" height="540" src="https://www.youtube.com/embed/Nnwanj5Ocrw" frameborder="0" allowFullScreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
15+

0 commit comments

Comments
 (0)