WIP: Architecture Refactor, add additional demo content
This commit is contained in:
parent
16a441513e
commit
c34f11de00
@ -8,7 +8,7 @@ draft: false
|
|||||||
|
|
||||||
# Your Post Title
|
# Your Post Title
|
||||||
|
|
||||||
Your content here. You can use standard markdown syntax:
|
Your content here. You can use standard markdown syntax:
|
||||||
|
|
||||||
## Section Heading
|
## Section Heading
|
||||||
|
|
||||||
@ -19,6 +19,7 @@ Write your paragraphs with proper spacing.
|
|||||||
- Bullet points
|
- Bullet points
|
||||||
- Another point
|
- Another point
|
||||||
- And another
|
- And another
|
||||||
|
- with HMR
|
||||||
|
|
||||||
**Bold text** and *italic text* are supported.
|
**Bold text** and *italic text* are supported.
|
||||||
|
|
||||||
@ -31,4 +32,3 @@ console.log(example);
|
|||||||
> Blockquotes for important callouts or quotes.
|
> Blockquotes for important callouts or quotes.
|
||||||
|
|
||||||
This is just a template - delete this file or ignore it when writing your actual posts.
|
This is just a template - delete this file or ignore it when writing your actual posts.
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,6 @@ draft: false
|
|||||||
|
|
||||||
# Building a Modern Blog with Bun and TypeScript
|
# 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?
|
## 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.
|
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!
|
The code for this blog is open source - check it out on GitHub!
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
title: Welcome to My Blog
|
title: Welcome to My Blog
|
||||||
date: 2025-10-15
|
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.
|
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
|
draft: false
|
||||||
---
|
---
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user