Skip to content

Blog engine written in Go (Looking for contributors)

License

Notifications You must be signed in to change notification settings

gitter-badger/dingo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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/dinever/dingo

Run the Server

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

Contributing

Warning: This project currently contains a lot of shit code.

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

About

Blog engine written in Go (Looking for contributors)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 68.7%
  • HTML 31.1%
  • Makefile 0.2%