install Jekyll On Ubuntu
sudo apt-get purge ruby2.3
sudo apt-get update
sudo apt-get install jekyll ruby-dev
bundle install
export LC_ALL="zh_CN.UTF-8"
bundle exec jekyll serve --port=4000
sudo apt-get purge ruby2.3
sudo apt-get update
sudo apt-get install jekyll ruby-dev
bundle install
export LC_ALL="zh_CN.UTF-8"
bundle exec jekyll serve --port=4000