From f0abd562eb61dd6e0ff672bd5068aa13ae86d194 Mon Sep 17 00:00:00 2001 From: Jason Farber Date: Tue, 8 Oct 2024 15:08:03 +0100 Subject: [PATCH 1/3] Adding Hono video to the Hono page --- .../docs/pages/framework-guides/deploy-a-hono-site.mdx | 10 +++++++++- 1 file changed, 9 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 912728d6afbcbd8..9f4689baf25d08f 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 From a3dded330afe798d834efb8674b1b27871494ad9 Mon Sep 17 00:00:00 2001 From: Jason Farber Date: Tue, 8 Oct 2024 16:41:59 +0100 Subject: [PATCH 2/3] updating video --- src/content/docs/pages/framework-guides/deploy-a-hono-site.mdx | 2 +- 1 file changed, 1 insertion(+), 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 9f4689baf25d08f..0d957ac1ec385ed 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 @@ -161,5 +161,5 @@ For demo applications using Hono and Cloudflare Pages, refer to the following re ### Creator Interview - + [Watch more videos on our Developer Channel](https://www.youtube.com/@CloudflareDevelopers) \ No newline at end of file From 0a956e9d71d76058144b78c93920d281de3cbd3a Mon Sep 17 00:00:00 2001 From: Jason Farber Date: Tue, 8 Oct 2024 17:04:51 +0100 Subject: [PATCH 3/3] adding hono video to list of videos --- src/content/videos/index.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/content/videos/index.yaml b/src/content/videos/index.yaml index 92e60fbf6da6aef..46d1422b8120dc5 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