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:
- Create a new file in the
content/blog/folder - Name it something descriptive, like
my-post-title.md - Add the frontmatter at the top (title, date, description)
- 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.