Created
November 2, 2014 16:16
-
-
Save libitte/1fa06c4498aaae41fd4f to your computer and use it in GitHub Desktop.
Setup Octopress ref: http://qiita.com/libitte@github/items/2ea848ca4051370b709f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone git://github.com/imathis/octopress.git octopress | |
cd octopress |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rbenv install 2.1.3 | |
rbenv local 2.1.3 | |
bundle install |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ bundle exec rake install | |
## Copying classic theme into ./source and ./sass | |
mkdir -p source | |
cp -r .themes/classic/source/. source | |
mkdir -p sass | |
cp -r .themes/classic/sass/. sass | |
mkdir -p source/_posts | |
mkdir -p public |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment