Welcome to Your Blog
This is a sample blog post to help you get started with your personal website. You can edit this post or create new ones in the src/data/blog/
directory.
Getting Started
To create a new blog post:
- Create a new
.md
file insrc/data/blog/
- Add the frontmatter (the content between the
---
at the top) - Write your content using Markdown
Markdown Features
You can use all standard Markdown features:
- Bold text
- Italic text
Code snippets
- Links
Code Blocks
function hello() {
console.log("Hello, world!");
}
What’s Next?
Feel free to delete this post and start writing your own content!