Skip to content

Officer data

experimenthouse edited this page Mar 6, 2019 · 1 revision

The website uses Jekyll's data files support to store and generate information on the Company's officers (Directors and Company Secretaries).

The file at website/_data/officers.yml contains the information necessary to produce the list of officers at rzzt.io/officers/. Each officer has an entry like this:

- role: "Director"
  surname: "Sem"
  forename: "Nibh"
  bio: "Maecenas sed diam eget risus varius blandit sit amet non magna."
- role: "Company Secretary"
  surname: "Porta"
  forename: "Lorem"
  bio: "Vestibulum id ligula porta felis euismod semper."

Officers can be added, removed or updated by editing the file at website/_data/officers.yml.

Clone this wiki locally