Personal Blog
A small pet project to build a blog engine that supports Markdown.
The Challenge
My first time trying vibe coding — figuring out how to make AI work as an actual assistant. Turns out it’s pretty fun, and it works surprisingly well.
Key Features
- Fast
- Support Markdown
- Easy to deploy
Project Details
A simple little app inspired by Hugo. And yeah, in this era of agentic AI, it feels like you can just build things as long as you have a clear picture of what the final result should look like.
The engine itself is super straightforward — it reads a list of Markdown files, keeps them in memory, and serves them as a web app. Definitely not the ideal approach, but it works for now. It’s still running in this form, though I’ll probably turn it into a static-site generator later. For the moment, the memory usage is low enough that this setup is totally fine.