theme is from here
$ gem install jekyll bundler
~ $ jekyll new my-awesome-site
~ $ cd my-awesome-site
~/my-awesome-site $ bundle exec jekyll serve
# => Now browse to http://localhost:4000
Note: writing jekyll blogs should not contain any chars other than ascii, otherwise github.io will not compile.