We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd32737 commit e940d7cCopy full SHA for e940d7c
readme.md
@@ -0,0 +1,21 @@
1
+# codetswana.github.io
2
+
3
+This is the static site content for codetswana.com.
4
5
+It uses [Jekyll](http://jekyllrb.com/) and is hosted on [Github Pages](https://pages.github.com/).
6
7
+To make modifications, ensure you are an administrator for the [Codetswana Github Group](https://github.com/codetswana/),
8
+clone the repository locally:
9
10
+```
11
+git clone https://github.com/codetswana/codetswana.github.io.git
12
13
14
+Make your changes and push them to the *master* branch.
15
16
17
+vim index.html
18
+git add index.html
19
+git commit -m 'update homepage'
20
+git push origin master
21
0 commit comments