HACKER Q&A
📣 joshcsimmons

What’s the most minimalist self-hosted Markdown-to-blog solution?


I’ve been working on my own but curious if any other hackers have tools they enjoy using.

I’d like to just be able to save a markdown file, commit and push the repo, then have the new blog published - no photos, no commands to run.


  👤 gregjor Accepted Answer ✓
I use GitHub pages.

https://pages.github.com/

My entire site typicalprogrammer.com published there, written in Markdown.


👤 steventey
We have some really cool templates here: https://vercel.com/templates/blog :)


👤 casualwriter
markdown as web page/site. very handy to build static document site

https://github.com/casualwriter/casual-markdown-page


👤 casualwriter
i have a simple solution. may self host on github page. https://github.com/casualwriter/powerpage-md-document

👤 rl1987
Hugo + Github + Netlify is my option for that.