By Chee Leong
Install Hugo or if you have Golang setup,
go get -u -v github.com/spf13/hugo
Clone the project repository.
If you’ve obtained permission to write to the repository.
git clone --recursive [email protected]:golang-my/golang-my.github.io-hugo.git
Else you’ll have to fork the repository, remember to add --recursive when checkout.
I prefer the fork method. :)
You can start this to preview the site. Any changes you made will be reflected.