Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 409 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 409 Bytes

gopress

This is a fast,simple blog framework,powered by Go

Features

  • Fast generating
  • Easy to use

Quick Start

Install gopress

$ go get github.com/qichengzx/gopress

Generate static files

$ gopress -g

Start the server

$ gopress -s

Help

$ gopress -h

License

This project is under the MIT License.