First step : create a account in github and install git

Create your account here.

Set up git here.

Read git information.

Install Git :

in Linux
in mac-OSX
in Windows

Second step : add Gem Jekyll

gem install jekyll

Jekyll is a ruby Gem for blog aware, documents in English, Chinese .

Third step : Clone a blog with Jekyll-bootstrap

Now we use Jekyll-Bootstrap to clone a blog for us.

USERNAME is your github name.

git clone https://github.com/plusjade/jekyll-bootstrap.git USERNAME.github.com

cd USERNAME.github.com

git remote set-url origin git@github.com:USERNAME/USERNAME.github.com.git

git push origin master

USERNAME.github.com can be seen when steps finished.

Run at local

jekll --server

local server starts at port 4000, type http://localhost:4000/ in your brower, blog works.



blog comments powered by Disqus

Published

28 April 2012

Tags