Jekyll
Jekyll is a blog-aware static site generator, written in Ruby. It’s used for Github Pages and it transforms files written in markdown and liquid into a full HTML web.
Installation
Pre-requirements
sudo apt-get install ruby-full build-essential zliblg-dev
sudo gem install jekyll bundler
Configuration
The basic config is under _config.yml
# shows any config mishap
bundle exec jekyll doctor