蕲春人 - 软件开发

简单就是美.

Create a Blog at Github Using Jekyll

First thing you should have to do is: create a repos at github named yourid.github.com

Then

1
gem install jekyll
1
2
3
4
git init
git add .
git commint -am "firt commit"
git push          

Now your blog is http://yourdid.github.com