Skip to content

Commit dda136a

Browse files
authored
Adding Hono video to the Hono framework page (#17402)
* Adding Hono video to the Hono page * updating video * adding hono video to list of videos
1 parent e7260c8 commit dda136a

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

src/content/docs/pages/framework-guides/deploy-a-hono-site.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,12 @@ import {
1212
TabItem,
1313
Tabs,
1414
PackageManagers,
15+
Stream,
1516
} from "~/components";
1617

17-
[Hono](https://honojs.dev/) is a small, simple, and ultrafast web framework for Cloudflare Pages and Workers, Deno, and Bun. In this guide, you will create a new Hono application and deploy it using Cloudflare Pages.
18+
[Hono](https://honojs.dev/) is a small, simple, and ultrafast web framework for Cloudflare Pages and Workers, Deno, and Bun. Learn more about the creation of Hono by [watching an interview](#creator-interview) with its creator, [Yusuke Wada](https://yusu.ke/).
19+
20+
In this guide, you will create a new Hono application and deploy it using Cloudflare Pages.
1821

1922
## Create a new project
2023

@@ -155,3 +158,8 @@ For more tutorials involving Hono and Cloudflare Pages, refer to the following r
155158
For demo applications using Hono and Cloudflare Pages, refer to the following resources:
156159

157160
<ExternalResources tags={["Hono"]} type="apps" products={["Pages"]} />
161+
162+
### Creator Interview
163+
164+
<Stream videoId="db240ef1d351915849151242ec0c5f1c" videoTitle="DevTalk Episode 01 Hono" thumbnailStartTime="5s" />
165+
[Watch more videos on our Developer Channel](https://www.youtube.com/@CloudflareDevelopers)

src/content/videos/index.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,3 +208,15 @@ entries:
208208
difficulty: Beginner
209209
content_type: 🎥 Video
210210
pcx_content_type: tutorial
211+
- link: http://localhost:1111/pages/framework-guides/deploy-a-hono-site/#creator-interview
212+
title: DevTalk | Episode 01 - Yusuke Wada, creator of Hono Framework
213+
description: In this interview, Yusuke Wada reflects on his journey in developing Hono.
214+
tags: [Pages, Workers]
215+
languages: [TypeScript]
216+
products: [Pages, Workers, Workers AI]
217+
cloudflare: true
218+
author: yusuke
219+
updated: 2024-10-08
220+
difficulty: Beginner
221+
content_type: 🎥 Video
222+
pcx_content_type: interview

0 commit comments

Comments
 (0)