history
In about 2012 I create my github page.
Today I delete that repo and recreate it.
Pay a visit to this site to have a quick start.
steps on mac
-
create repo on github
-
create a new repo named gree2.github.io
-
where
gree2
is my github username
-
-
install Jekyll-Bootstrap
$ git clone https://github.com/plusjade/jekyll-bootstrap.git gree2.github.com $ cd gree2.github.com $ git remote set-url origin https://github.com/gree2/gree2.github.com.git $ git push origin master
-
create a post
-
use rake
$ cd gree2.github.com.git $ rake post title="recreate my github page"
-
do some edit
-
serve it
$ jekyll serve
-
browser it
http://localhost:4000
-
commit and push
$ git add . $ git commit -m "recreate my github page" $ git push origin master
-
-
visit my site http://gree2.github.io