clone repository
git clone https://github.com/hochun836/hochun836.github.io.git
cd hochun836.github.ioinstall ruby >= 2.4.0 (recommend by rvm)
rvm get master
rvm install 2.4.0install bundler
gem install bundlerinstall dependency
bundle installstart server (default localhost:4000)
bundle exec jekyll servestart server by specified host and port
bundle exec jekyll serve --host aaa.bbb.ccc.ddd --port xxxxstart server with livereload
bundle exec jekyll serve --livereload