dingoblog / dingo

Blog engine written in Go
MIT License
284 stars 37 forks source link
blog blog-engine blog-platform go golang

This project is under heavy development and is not ready for use. However, we'd love to have your contribution.

Dingo Logo

CI status Gitter

Dingo is a full-featured blog engine written in Go.

Dingo

Main Features

Installation

$ go get github.com/dingoblog/dingo

Run the Server

$ cd $GOPATH/src/github.com/dingoblog/dingo
$ go run main.go --port 8000

Contributing

To contribute, please take a look at our roadmap to find the issue that you would like to work on.

To read the source code, please start from the URL endpoints

Admin Panel

Plase visit http://localhost:8000/signup/ to register a new user and http://localhost:8000/login/ to log into the admin panel.

LICENSE

MIT LICENSE