Skip to content

Instantly share code, notes, and snippets.

@geta6
Created June 14, 2012 02:22
Show Gist options
  • Save geta6/2927726 to your computer and use it in GitHub Desktop.
Save geta6/2927726 to your computer and use it in GitHub Desktop.
Setup Octopress
git clone https://github.com/imathis/octopress.git octopress
cd octopress
sudo gem install bundler
bundle install
rake install
echo "sample -> [email protected]:USERNAME/USERNAME.github.com"
rake setup_github_pages
rake "new_post[My First Commit]"
cd source/_posts
vim `ls`
rake gen_deploy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment