steps on windows
-
create repositry on github
-
create a new repositry named [gre2.github.io]
-
where
gre2
is my github username
-
-
install Jekyll
1.preparatory work
install ruby install rubygems
2.use rubygems to install jekyll
gem install jekyll
-
create a post
-
do some edit
-
serve it
$ jekyll serve
-
browser it
http://localhost:4000
-
commit and push
$ git add . $ git commit -m "create my github page" $ git push origin master
-