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