Authored with Octopress, served by Github Pages.
Note to Food Fight Show Authors Updating the Blog (might need to be updated with better instructions :)
After setting up Octopress and deployment to Github pages:
-
Run
git fetch origin source
to pull any changes from the source branch -
Edit the stuff in the source/ folder and run the following to update the blog:
rake generate
rake deploy -
Don’t forget to commit the source, too:
git add .
git commit -m 'your message'
git push origin source