Team members
How to add, remove, and edit team members
Add/remove members
To add or remove a team member, create or delete a Markdown file in /_members
.
Each file will automatically generate its own page according to its filename. For example, a file with the name tim-member.md
will generate a page at /members/tim-member
.
Example:
Parameter | Description |
---|---|
| Display name of team member. |
| URL to portrait photo of team member. |
| Team member's role in your organization. Determines the icon and default description text to show.
See |
| Description of team member's role in your organization. Overrides any default text set from of |
| By default, team member pages have a link at the bottom that goes to the "Research" page and searches for any papers by them. This field is a list of aliases/variations/abbreviations of the team member's name to search for. |
| Social media links for the team member, without any prefixes like |
Customize member page
The skeleton arrangement and style of team member pages are based on the /_layouts/member.html
template, which you can freely edit to your liking.
Last updated