Compose JekyII web site on another computer
Steps
- Download Ruby with DEVKIT
- Install rubyinstaller-devkit-2.5.1-2-x64 with default settings except:
- Clone the Github pages
git clone git@github.com:user_name/user_name.github.io.git - Install bundler.
gem install jekyll bundler - Install related packages
cd user_name.github.io bundle install - 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