Tutorial

How to contribute

By Chee Leong

Installation

  1. Install Hugo or if you have Golang setup,

     go get -u -v github.com/spf13/hugo
    
  2. 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. :)

  3. You can start this to preview the site. Any changes you made will be reflected.