These are the files for the ggplot2 web page. GitHub serves up the site using the Jekyll static site processor. To edit and test on your local machine, install Jekyll through the github-pages gem bundle:
gem install github-pages
# or to update
gem update github-pages
Once Jekyll is installed, start it with:
jekyll serve
You can then view the local version of the site at http://localhost:4000.