Skip to content

Commit

Permalink
Adding Hono video to the Hono framework page (#17402)
Browse files Browse the repository at this point in the history
* Adding Hono video to the Hono page

* updating video

* adding hono video to list of videos
  • Loading branch information
jason-cf authored Oct 8, 2024
1 parent e7260c8 commit dda136a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/content/docs/pages/framework-guides/deploy-a-hono-site.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ import {
TabItem,
Tabs,
PackageManagers,
Stream,
} from "~/components";

[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.
[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/).

In this guide, you will create a new Hono application and deploy it using Cloudflare Pages.

## Create a new project

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

<ExternalResources tags={["Hono"]} type="apps" products={["Pages"]} />

### Creator Interview

<Stream videoId="db240ef1d351915849151242ec0c5f1c" videoTitle="DevTalk Episode 01 Hono" thumbnailStartTime="5s" />
[Watch more videos on our Developer Channel](https://www.youtube.com/@CloudflareDevelopers)
12 changes: 12 additions & 0 deletions src/content/videos/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,15 @@ entries:
difficulty: Beginner
content_type: 🎥 Video
pcx_content_type: tutorial
- link: http://localhost:1111/pages/framework-guides/deploy-a-hono-site/#creator-interview
title: DevTalk | Episode 01 - Yusuke Wada, creator of Hono Framework
description: In this interview, Yusuke Wada reflects on his journey in developing Hono.
tags: [Pages, Workers]
languages: [TypeScript]
products: [Pages, Workers, Workers AI]
cloudflare: true
author: yusuke
updated: 2024-10-08
difficulty: Beginner
content_type: 🎥 Video
pcx_content_type: interview

0 comments on commit dda136a

Please sign in to comment.