Created
June 16, 2013 23:39
-
-
Save zachbrowne/5793862 to your computer and use it in GitHub Desktop.
Setup 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
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