From dda136ad5c342ba9e46395bd59c6af320d78ba9e Mon Sep 17 00:00:00 2001 From: jason-cf <132416570+jason-cf@users.noreply.github.com> Date: Tue, 8 Oct 2024 17:16:43 +0100 Subject: [PATCH] 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 --- .../pages/framework-guides/deploy-a-hono-site.mdx | 10 +++++++++- src/content/videos/index.yaml | 12 ++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/src/content/docs/pages/framework-guides/deploy-a-hono-site.mdx b/src/content/docs/pages/framework-guides/deploy-a-hono-site.mdx index 912728d6afbcbd..0d957ac1ec385e 100644 --- a/src/content/docs/pages/framework-guides/deploy-a-hono-site.mdx +++ b/src/content/docs/pages/framework-guides/deploy-a-hono-site.mdx @@ -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 @@ -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: + +### Creator Interview + + +[Watch more videos on our Developer Channel](https://www.youtube.com/@CloudflareDevelopers) \ No newline at end of file diff --git a/src/content/videos/index.yaml b/src/content/videos/index.yaml index 92e60fbf6da6ae..46d1422b8120dc 100644 --- a/src/content/videos/index.yaml +++ b/src/content/videos/index.yaml @@ -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