Hacker News new | ask | show | jobs
by XCSme 2224 days ago
I already had a PHP site so I wanted an easy way to integrate a blog in my site. I ended up creating a micro-blogging library[0], which just renders markdown as blog posts. The advantage is that there is no build step, you only write markdown files (VSCode has live-preview by default for markdown) and you have easy versioning as markdown is just text.

[0]: https://github.com/Cristy94/markdown-blog