Total Pageviews

Saturday, 12 October 2019

一个基于go的博客程序-dingo

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

Main Features

  • Blog Comments: Dingo has a built-in comment system.
  • Markdown Editor: You can write your post in markdown format, with a beautiful markdown editor.
  • Powerful Admin Panel: Dingo has a powerful dashboard, in which you can view various information about your blog.

Installation

$ go get github.com/dingoblog/dingo

Run the Server

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