Committees
Committee listings are stored as _committees/YY_YY.md with YY_YY being the academic year ‘span’.
Attribute Reference
| Attribute | Job | Description | 
|---|---|---|
                titlestring  | 
            Page title | 
                 Used to set the title of the page, should be in the format YYYY-YY.  | 
        
                committeearray  | 
            Committee members | 
                 Uses the person list format  | 
        
                yearstring  | 
            YY_YY year identifier pertaining to this committee | |
                year_pagedocument  | 
            Year page pertaining to this committee | |
                redirect_fromarray  | 
            Array of URLs to redirect to this record | 
                 Used to migrate from old URL scheme to new; jekyll-redirect-from generates the redirects (pages with meta redirect tags).  | 
        
                commentstring  | 
            Reserved for editor comments | 
                 Displayed in editors’ mode.  | 
        
Example Committee
---
title: 2012-13
committee:
  - role: President
    name: Sam Hayward
  - role: Treasurer
    name: Nick Stevenson
  - role: Theatre Manager
    name: James Bentley
comment: "Pretty sure there were more members!"
---