利用 Octopress 框架搭建自己的博客

到 B 站观看视频

1. 安装配置

sudo apt-get update; sudo apt-get install git
curl -L https://get.rvm.io | bash -s stable --ruby
gem install bundler
bundle install

2. 使用

安装 theme

rake install

新建博客和页面

rake new_post["hello"]
rake new_page["about.markdown"]

一个工作循环:

编辑 -> 预览 -> rake gen_deploy -> 把 source 分支的修改 push 到 github

3. 更改网站样式相关