message no. 39535
Posted by praqzis in #octopress at 2014-08-14T16:48:18Z
If you followed the instructions on the site, there are two steps. "rake generate" will generate the output from the new post and then "rake deploy" will deploy it up to github pages (this also assumes you ran the "rake setup-github-pages" command). Then you save the original source post using the normal "git add ." / "git commit" / "git push origin source"