Skip to content

Instantly share code, notes, and snippets.

@libitte
Created November 2, 2014 16:16
Show Gist options
  • Save libitte/1fa06c4498aaae41fd4f to your computer and use it in GitHub Desktop.
Save libitte/1fa06c4498aaae41fd4f to your computer and use it in GitHub Desktop.
git clone git://github.com/imathis/octopress.git octopress
cd octopress
rbenv install 2.1.3
rbenv local 2.1.3
bundle install
$ 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