My Site

My First Post

Welcome to my blog. This is the first post.

My First Post

Welcome to my blog! This is where I'll share ideas, things I'm learning, and whatever else is on my mind.

Getting Started

Writing a new post is simple:

  1. Create a new file in the content/blog/ folder
  2. Name it something descriptive, like my-post-title.md
  3. Add the frontmatter at the top (title, date, description)
  4. Write your content below using Markdown

Markdown Basics

You can use bold text, italic text, and inline code.

Here's a code block:

console.log("Hello, world!")

And a list:

  • Item one
  • Item two
  • Item three

That's all it takes. Push to GitHub and your new post appears automatically.