brew install ruby
export PATH=/usr/local/opt/ruby/bin:$PATH
gem install --user-install bundler jekyll
ruby -v
export PATH=$HOME/.gem/ruby/X.X.0/bin:$PATH
(replacingX.X
with the version of Ruby)gem env
jekyll build
jekyll serve
cd _site
git commit -a
git push origin gh-pages
`