Skip to content

theyworkforyou/base_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PMO Site

This provides a basic starting point for creating a new PMO site.

Installation

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

Usage

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.

Deploying

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.

About

A starting point for creating a PMO site

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published