Octopress + Github Pages = a new blog
Enviroment: Ubuntu 12.00
1.Installing Ruby With RVM
首先,由于 octopress 使用 ruby,版本要高于 1.9.3,系统自带的版本可能并不满足,在这里通过 RVM 来安装高版本的 ruby。
如果系统已经有了合适的 ruby 版本,这一步可以跳过。
接下来详细说明。
Install RVM
1
| |
Then run:
1
| |
to start RVM
Install Ruby 1.9.3
1 2 3 | |
2.Octopress Setup
Get octopress
1 2 | |
Install dependencies.
1 2 | |
如果 gem 太慢,可以将源设置成国内淘宝的,直接修改当前的 Gemfile
1
| |
Install the default Octopress theme.
1
| |
3.Deploying to Github Pages
下面我们就把静态文件发到 github 上
With Github User/Organization pages
Create a new Github repository and name the repository with the format username.github.io
在 github 上新建一个仓库,名字格式必须是 username.github.io,比如 mirreal.github.io,如果要直接通过 https://mirreal.github.io 访问的话。
另外一种通过路径的方式,具体参考 github pages 文档。
1
| |
Next run:
1 2 | |