30 October 2016

steps on windows

  1. create repositry on github

    1. create a new repositry named [gre2.github.io]

    2. where gre2 is my github username

  2. install Jekyll

    1.preparatory work

     install ruby
     install rubygems
    

    2.use rubygems to install jekyll

     gem install jekyll
    
  3. create a post

    1. do some edit

    2. serve it

       $ jekyll serve
      
    3. browser it

       http://localhost:4000
      
    4. commit and push

       $ git add .
       $ git commit -m "create my github page"
       $ git push origin master
      

setup jekyll on windows

  1. reference


blog comments powered by Disqus