-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #718 from newtheatre/humans-datafile
Humans/People from datafile, update people
- Loading branch information
Showing
4 changed files
with
32 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,21 @@ | ||
--- | ||
permalink: /humans.txt | ||
excerpt: "" | ||
--- | ||
/* TEAM */ | ||
Project Lead / Developer: Will Pimblett | ||
Bio: https://history.newtheatre.org.uk/people/will_pimblett/ | ||
Contact: webmaster [at] newtheatre.org.uk | ||
Twitter: @willpimblett | ||
From: Cambridge, UK | ||
|
||
Project Lead / Content: Phil Geller | ||
Bio: https://history.newtheatre.org.uk/people/philip_geller/ | ||
Twitter: @PJGeller | ||
|
||
Editor: Nick Stevenson | ||
Bio: https://history.newtheatre.org.uk/people/nick_stevenson/ | ||
Twitter: @njstevenson14 | ||
|
||
Editor: Nathan Penney | ||
Bio: https://history.newtheatre.org.uk/people/nathan_penney/ | ||
Twitter: @nhyty96 | ||
{% for person in site.data.humans %}{{ person.role }}: {{ person.name }} | ||
Bio: {{ site.url }}/people/{{ person.bio }}/ | ||
|
||
{% endfor %} | ||
/* THANKS */ | ||
|
||
Vagrant Setup: Tom Price | ||
|
||
Browser testing tools generously provided by BrowserStack. | ||
|
||
/* SITE */ | ||
Last update: {{site.time | date: "%Y-%m-%d" }} | ||
Last update: {{ site.time | date: "%Y-%m-%d" }} | ||
Language: English | ||
Doctype: HTML5 | ||
Build: Jekyll, Travis CI | ||
Build: Gulp, Jekyll, Travis CI | ||
Test: htmltest, jsonlint | ||
IDE: Sublime Text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
- name: Will Pimblett | ||
role: Project Lead | ||
bio: will_pimblett | ||
- name: Nathan Penney | ||
role: Editor | ||
bio: nathan_penney | ||
- name: Phil Geller | ||
role: Editor | ||
bio: philip_geller | ||
- name: Nick Stevenson | ||
role: Editor | ||
bio: nick_stevenson | ||
- name: Ben Woodford | ||
role: Contributor | ||
bio: ben_woodford | ||
- name: David Taylor | ||
role: Contributor | ||
bio: david_taylor | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters