Skip to content

Commit e940d7c

Browse files
committed
add readme
1 parent cd32737 commit e940d7c

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

readme.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)