From af395829078b058d1a429a68a0fe26bec25c53bf Mon Sep 17 00:00:00 2001 From: Dave Smith-Hayes Date: Thu, 1 Aug 2024 22:30:24 -0400 Subject: [PATCH] Add a draft post. --- posts/fullstack-hono.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 posts/fullstack-hono.md diff --git a/posts/fullstack-hono.md b/posts/fullstack-hono.md new file mode 100644 index 0000000..a282b7b --- /dev/null +++ b/posts/fullstack-hono.md @@ -0,0 +1,21 @@ +--- +title: Bun and Hono Are All You Need +description: A blog post wherein I talk about building this blog with Bun and Hono. +date: 2024-08-01 +tags: + - development + - javascript + - bun + - hono +slug: fullstack-hono +draft: true +--- + +# Bun and Hono Are You Need + +I wanted to write a small journey I have been on over the last couple of months. I have been looking for a reason to actually use Bun for a project and I think I found it: to rebuild my blog. + +## Some Context + +My old blog was built with 11ty and I deployed it manually with `rsync` behind a very simple NGiNX virtualhost. This was fine but I found I never wanted to actually write for it after a while. It didn't feel like _mine_. +