Recreate Octopress Blog for Another Computer
How I recreate octopress blog another computer ?
I formatted my computer and then for my octopress blog What can I do ? reinstall or WHAT?
In this post I try to explain, if you have a new computer (after format, buy new computer…etc)but you have octopress blog how to entegrated each other?
Before starting explain it in this article, I try to explain set up octopress, if you forget this, you can find it easily in another blog post or you can look at Octopress Setup guide .
Now recreate a local repo for octopress
-Clone your blog to the new machine
1
|
|
Then clone the master branch to the _deploy
1 2 |
|
then run rake
1 2 3 4 |
|
Then we ask to you repo url like
1 2 3 4 |
|
Write your like this Repository url: git@github.com:username/username.github.io.git
Then you should write these command :
1 2 3 4 5 |
|
then you can write
1 2 3 4 |
|
then you can write
1
|
|
That’s all :) I hope this article help you.