Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 266 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 266 Bytes

Golang.tw Public site

Install Hugo

Dependencies

  • Git
  • Go 1.1+
  • hg
  • Bazaar

Build

go get github.com/spf13/hugo
cd /path/to/hugo
go build -o hugo main.go
mv hugo /usr/local/bin

Run in localhost

hugo server ./