- Hugo v0.130 +
- Install hugo in your device
- open terminal hugo --noBuildLock server
- 
Clone forked repository. 
git clone https://github.com/<username>/litegapps.github.io
- Start Hugo server (Hugo must be installed on your computer).
hugo server
- 
Make changes. 
- 
Make commit & Push to master. 
git commit -m "<your-commit-message>"
git push origin master