Welcome to the Blog!
July 25, 2024
This is the body of your first blog post. You can write your content here using Markdown. It's a simple way to format text, create lists, and more.
How to add a new post
- Go to the
src/posts
directory in your project. - Create a new file with a
.md
extension (e.g.,my-new-article.md
). - Add the "frontmatter" at the top, like you see in this file (the part between
---
). - Write your content below the frontmatter.
That's it! The website will automatically pick it up.