Skip to content

Commit f0abd56

Browse files
committed
Adding Hono video to the Hono page
1 parent 31dac86 commit f0abd56

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-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="dacf93e6c0dafa97279d3b928b11a323" videoTitle="DevTalk Episode 01 Hono" thumbnailStartTime="5s" />
165+
[Watch more videos on our Developer Channel](https://www.youtube.com/@CloudflareDevelopers)

0 commit comments

Comments
 (0)