1. Install all prerequisites.
  2. Install the jekyll and bundler gems (to avoid installing globally see [[Gem Isolation]])
gem install jekyll bundler
  1. Create a new Jekyll site at ./myblog.
jekyll new myblog
  1. Change into your new directory.
cd myblog
  1. Build the site and make it available on a local server.
bundle exec jekyll serve
  1. Browse to your local host (http://localhost:4000/)