Here are the easy steps to install and use Jekyll on Ubuntu. It’s mainly based on this post by Guillermo Garron.
Install Ruby dev
sudo apt-get install ruby1.9.1-dev
Install Jekyll
sudo gem install jekyll
Install Rake
sudo apt-get install rake
You’re now ready to blog!