HACKER Q&A
📣 krishadi

Technical Blog Hosting from Git


Are there any blog hosting platform that connects to a github repo and publishes all the markdown files as blog pages?

This is already possible for technical docs which is supported by something like https://mintlify.com/ , I want something like this for blogging as well.


  👤 jethronethro Accepted Answer ✓
GitHub Pages?

Blot (https://blot.im) also does something like that by syncing a git repo (information about that here: https://blot.im/how/sync/git).