How to contribute

By Chee Leong Installation 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. hugo server The directory structure, for most the time, you only need to deal with content/post and static (if images are involved).