Skip to content

Instantly share code, notes, and snippets.

@shiraco
Last active October 7, 2015 19:18
Show Gist options
  • Save shiraco/3212281 to your computer and use it in GitHub Desktop.
Save shiraco/3212281 to your computer and use it in GitHub Desktop.
Octpress start
git clone git://github.com/imathis/octopress.git octopress
cd octopress
bundle install
rake setup_github_pages
Repository url: git@github.com:shiraco/shiraco.github.com.git
rake install
rake generate
rake deploy
git remote add bucket git@bitbucket.org:shiraco/octopress.git
git push -u bucket source
-- テーマのカスタマイズ
http://qiita.com/items/ab532088453105e1bea4
git clone git://github.com/tommy351/Octopress-Theme-Slash.git .themes/slash
rake install['slash']
rake generate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment