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