Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 559 Bytes

readme.md

File metadata and controls

21 lines (15 loc) · 559 Bytes

codetswana.github.io

This is the static site for codetswana.com.

It is powered by Jekyll and is hosted on Github Pages.

To make modifications, ensure you are an administrator for the Codetswana Github Group, clone the repository locally:

git clone https://github.com/codetswana/codetswana.github.io.git

Make your changes and push them to the master branch.

vim index.html
git add index.html
git commit -m 'update homepage'
git push origin master