My First Blog Post
My First Blog Post
Welcome to my new blog! I've successfully migrated from Notion to a simple markdown-based system.
What's New
- Simple markdown files - No more external dependencies
- Easy content management - Just add
.md
files to the repository - Fast loading - Static generation for better performance
This is just a test post. Feel free to replace it with your own content!
Getting Started
To add new blog posts, simply:
- Create a new
.md
file in/content/blogs/
- Add the frontmatter metadata at the top
- Write your content in markdown
- Set
published: true
when ready
That's it! Your blog post will automatically appear on the site.