-
install ruby(version 2+)
-
setup ruby with jekyll
http://jekyllrb.com/ https://help.github.com/articles/using-jekyll-with-pages/
$ gem install jekyll
~ $ jekyll new my-awesome-site
~ $ cd my-awesome-site
~/my-awesome-site $ jekyll serve
# => Now browse to http://localhost:4000
Liquid templates http://jekyllrb.com/docs/templates/