WIP: Architecture Refactor, add additional demo content

This commit is contained in:
2025-12-28 00:18:04 -08:00
parent 16a441513e
commit c34f11de00
3 changed files with 3 additions and 5 deletions

View File

@@ -8,7 +8,6 @@ draft: false
# Building a Modern Blog with Bun and TypeScript
When I set out to build this blog, I had a few key requirements in mind: fast page loads, minimal JavaScript shipped to the client, and a great developer experience. Here's how I achieved all three.
## Why Bun?
@@ -100,4 +99,3 @@ This watches for changes and hot-reloads the server. Combined with the markdown
Building with Bun has been a great experience. The performance is excellent, and the developer experience is top-notch. If you're building a new project and want to try something modern, I highly recommend giving Bun a shot.
The code for this blog is open source - check it out on GitHub!