Beego Web
An open source project for official documentation website of beego app framework.
Install site locally
Beego Web is a go get
able project:
$ go get github.com/beego/beeweb
Switch to project root path:
$ cd $GOPATH/src/github.com/beego/beeweb
Build and run with Go tools:
$ go build
$ ./beeweb
Or build with bee tool:
$ bee run
Open your browser and visit http://localhost:8090.
Build as your site
This project can be easily transferred as your own documentation site, there are some tips that you may want to know: