My Octopress Blog

A blogging framework for hackers.

How to Publish the Blog

rake new_post["title"]
rake generate
rake watch
rake preview
rake deploy

git add .
git commit -m "new blog"
git push origin source

cd _deploy
git push -u gitcafe master:gitcafe-pages