快樂小碼農

{happy coder}

Set Octopress Theme

| Comments

1
2
3
4
5
cd ~/octopress
git clone git://github.com/lucaslew/whitespace.git .themes/whitespace
rake install['whitespace'] # for zsh, use: rake install\['whitespace'\]
rake generate
rake preview
1
rake setup_github_pages

git@github.com:[your_username]/[your_username].github.io.git

例如輸入

1
git@github.com:copy0401/copy0401.github.io
1
2
rake generate
rake deploy

Comments