I used memos to record my thoughts before, which is an open-source software for quick notes and ideas. However, after I read some blogs in Hacker News, my opinions have changed. A text-first blog should be simple and easy to read, rather than a social media-like website.

So I back to the original approach of the frontend, only using simple HTML and CSS to write a blog. And I notice that the headers in HTML of memos are not semantic, which is not good for SEO and accessibility. What's even worse, memos has lots of CVEs(lmao). So these reasons push me to build a new blog from scratch.

In conclusion, a text-first blog is more suitable for a personal blog.