Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 773 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 773 Bytes

Food Fight Show Blog

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:

  1. Run git fetch origin source to pull any changes from the source branch

  2. Edit the stuff in the source/ folder and run the following to update the blog:

    rake generate
    rake deploy

  3. Don’t forget to commit the source, too:

    git add .
    git commit -m 'your message'
    git push origin source