Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 674 Bytes

File metadata and controls

34 lines (24 loc) · 674 Bytes

LiteGapps website

Link

Requestment

  • Hugo v0.130 +

How To Use

  • Install hugo in your device
  • open terminal hugo --noBuildLock server

How to contribute

  1. Fork this repository.

  2. Clone forked repository.

git clone https://github.com/<username>/litegapps.github.io
  1. Start Hugo server (Hugo must be installed on your computer).
hugo server
  1. Make changes.

  2. Make commit & Push to master.

git commit -m "<your-commit-message>"
git push origin master
  1. Make pull requests.