sudo apt-get update; sudo apt-get install git
curl -L https://get.rvm.io | bash -s stable --ruby
gem install bundler
bundle install
安装 theme
rake install
新建博客和页面
rake new_post["hello"]
rake new_page["about.markdown"]
一个工作循环:
编辑 -> 预览 -> rake gen_deploy -> 把 source 分支的修改 push 到 github