Skip to content

Instantly share code, notes, and snippets.

@zachbrowne
Created June 16, 2013 23:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zachbrowne/5793862 to your computer and use it in GitHub Desktop.
Save zachbrowne/5793862 to your computer and use it in GitHub Desktop.
Setup Octopress
git clone git://github.com/imathis/octopress.git zachbrowne.github.io
cd zachbrowne.github.io
bundle install
rake install
rake setup_github_pages
rake generate
rake deploy
git init
git remote add origin https://github.com/zachbrowne/zachbrowne.github.com.git
git config branch.master.remote origin
git branch -m master source
git add .
git commit -m "initial source commit"
git push origin source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment