diff --git a/content/2025/10/a-new-post.md b/content/2025/10/a-new-post.md index 1b09c27..201f38a 100644 --- a/content/2025/10/a-new-post.md +++ b/content/2025/10/a-new-post.md @@ -8,7 +8,7 @@ draft: false # Your Post Title -Your content here. You can use standard markdown syntax: +Your content here. You can use standard markdown syntax: ## Section Heading @@ -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. - diff --git a/content/2025/10/building-with-bun.md b/content/2025/10/building-with-bun.md index 3c74ecf..83fbf9e 100644 --- a/content/2025/10/building-with-bun.md +++ b/content/2025/10/building-with-bun.md @@ -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! - diff --git a/content/2025/10/my-first-post.md b/content/2025/10/my-first-post.md index d647787..0e5f6fa 100644 --- a/content/2025/10/my-first-post.md +++ b/content/2025/10/my-first-post.md @@ -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 ---