Quick start instructions
$ gem install bundler jekyll
$ jekyll new my-awesome-site
$ cd my-awesome-site
$ bundle exec jekyll serve
# => Now browse to http://localhost:4000
Check out the [Jekyll][jekyll] for more info on how to translate your plain text into static websites and blogs.
Reference