Creating an Octopress Site on Github Pages

Here are some of the resources that I used to create this site:
    - Deploying Octopress
    - Github Pages
    - Github Pages Setup Guide
    - Octopress in Ubuntu Oneiric 11.10
    - Installing rvm (make sure you use the correct ruby version)
    - Octopress Theme Customization

Simple way to run an HTTP server locally for testing:
    - Open a command window
    - Change to the octopress/public directory
    - Run: python -m SimpleHTTPServer

The three most important commands when using octopress:
    - rake new_post[“title”]
    - rake generate
    - rake deploy