compose jekyii web site on another computer

Steps

  1. Download Ruby with DEVKIT
  2. Install rubyinstaller-devkit-2.5.1-2-x64 with default settings except:
    ruby-setup-screenshot
  3. Clone the Github pages
    git clone [email protected]:user_name/user_name.github.io.git
    
  4. Install bundler.
    gem install jekyll bundler
    
  5. Install related packages
    cd user_name.github.io
    bundle install
    
  6. Now I can start my web site. And go to the URL http://127.0.0.1:4000/ to see my home page.
    bundle exec jekyll serve
    

Reference