45 ms·
Ask HN: 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.
- billconan 3y agoyes https://github.com/reorx/hugo-PaperModX https://github.com/reorx/hugo-PaperModX
- krishadi 3y agois there a platform that provides this service? not needing for me to host it myself?
- jethronethro 3y agoGitHub Pages? Blot (https://blot.im https://blot.im) also does something like that by syncing a git repo (information about that here: https://blot.im/how/sync/git https://blot.im/how/sync/git).