Blog-Go is a dead simple markdown website generator written in Go as the Backend. It was completed with reference from JonathanMH's Blog.
For running the stuff locally,
- Clone the Repo
- Install the dependencies with
go get -v -t -d ./... - Then
go run main.go