WIP: Architecture Refactor, add additional demo content

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

View File

@ -19,6 +19,7 @@ Write your paragraphs with proper spacing.
- Bullet points
- Another point
- And another
- with HMR
**Bold text** and *italic text* are supported.
@ -31,4 +32,3 @@ console.log(example);
> Blockquotes for important callouts or quotes.
This is just a template - delete this file or ignore it when writing your actual posts.

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!

View File

@ -1,7 +1,7 @@
---
title: Welcome to My Blog
date: 2025-10-15
tags: [Career, Web Development]
tags: [Career, Web Development, Another Tag, Blogging]
excerpt: Starting a new blog to share my thoughts on web development, programming, and building great software. Here's why I decided to start writing.
draft: false
---