Octopressのテーマ変更

やること

  • テーマを決める
  • .theme/以下にgit clone
  • bundle exec rake ‘install[〇〇]’
  • bundle exec rake generate

3rd Party Octopress Themes

から探す

決めたなら

1
2
3
4
$ cd octopress
$ git clone GIT_URL .themes/THEME_NAME
$ bundle exec rake 'install[THEME_NAME]'
$ bundle exec rake generate