Setting up Jekyll
Install Jekyll and Bundler gems through RubyGems
gem install jekyll bundler
Troubleshooting
- I had to upgrade my Ruby version and this Stackoverflow answer was very helpful.
Bootstrap a blog
Create a new Jekyll site at ./myblog
Change into your new directory
Build the site on the preview server
- Now browse to http://localhost:4000
Basic usage
- The basic usage webpage explains different options to
and