Jekyll find a supported theme go to https://pages.github.com/themes/ create a repo gem install jekyll bundler jekyll new . --force run repo env build gem install bundler bundle install bundle exec jekyll build run local (cannot use 5000) start serve bundle exec jekyll serve --port 4001