This provides a basic starting point for creating a new PMO site.
You'll need to have Ruby 2+ and Bundler installed on your machine before proceeding.
Clone the repository from GitHub and then install the dependencies with bundler:
$ bundle install
Once you've installed the code you can start a server using jekyll
$ bundle exec jekyll serve -w
This will start a webserver running at http://localhost:4000.
This site is hosted on GitHub pages. However instead of pushing directly to the GitHub pages branch you should instead create a pull request against the master
branch. When your pull request gets merged in a build will run on Travis CI, this will take the code from the master branch, build it and push it to the gh-pages
branch for you. The reason for doing this is so that we can use Jekyll plugins on the site.