Looking for a simple git-based blog system. I.E., “git push” and the stuff in the repo turns into some static content at the remote.
I’m thinking something that is triggered by a commit hook or some such, ideally turning markdown into markup, although I could deal with HTML in the repo if necessary.
Considering writing the whole thing myself but figured I’d ask just in case I don’t have to :)