Skip to content

litegapps/litegapps.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.