BloGo is a blog system in Go. With support for developers.
You should have a go compiler and MongoDB in your system, then:
make run
The process is being documented in https://www.youtube.com/watch?v=tPMVwd1js0I&list=PLMPsqnO6mKSDaL1nX3gzUP43HXJtIl4xJ.
Frontend files are embedded in the binary, so make statics
will do the trick.