Collections
Author Biography
The unified author and team-member registry. Every article, card, and podcast episode references a person entry.
The people collection is the single source of truth for everyone on the platform: article authors, press release contacts, podcast hosts, and team members shown on /team. Every other collection that references a person does so by slug — the filename without the extension.
A person entry is created once. It can appear as an author on any number of articles, as a podcast host, and on the public team page, controlled by the isAuthor and isTeam flags.
Files live in content/people/ and are named firstname-lastname.md (all lowercase, hyphenated).
Frontmatter Fields
| Field | Type | Required | Notes |
|---|---|---|---|
entity | 'person' | 'organization' | No | Discriminates between a human contributor and a company or institution. Defaults to 'person' for this collection. |
name | string | Yes | Full display name. |
role | string | Yes | Job title or contributor role, e.g. 'Senior Editor', 'Guest Contributor'. |
shortBio | string | Yes | One sentence shown in listing cards and author bylines. |
bio | string | No | Extended biography shown on the full profile page. Markdown is supported. |
location | string | No | City and country, e.g. 'Amsterdam, Netherlands'. |
email | string | No | Professional email. Not displayed publicly; used for editorial contact. |
photo | string | No | Bare filename from content/people/images/, e.g. 'jane-smith.jpg'. |
photoAlt | string | No | Alt text for the photo. |
social.linkedin | URL | No | Full LinkedIn profile URL. |
social.x | URL | No | Full X (Twitter) profile URL. |
social.github | URL | No | Full GitHub profile URL. |
social.website | URL | No | Personal or company website. |
expertise | string[] | No | Areas of specialisation, e.g. ['Strategy', 'M&A', 'Governance']. |
hobbies | string[] | No | Optional personal interests shown on the profile page. |
isTeam | boolean | No | true shows this person on the /team page. Default true. |
isAuthor | boolean | No | true allows this person to be referenced as an author. Default true. |
featured | boolean | No | true highlights this person in team grids. Default true. |
order | number | No | Sort order on the /team page. Lower = shown first. Default 999. |
Template
---
name: ''
role: ''
shortBio: ''
bio: ''
location: ''
email: ''
photo: 'firstname-lastname.jpg'
photoAlt: 'Headshot of [Name]'
social:
linkedin: ''
x: ''
github: ''
website: ''
expertise: []
hobbies: []
isTeam: true
isAuthor: true
featured: true
order: 999
---
Extended biography written in Markdown. This appears on the person's profile page.
Can include career history, publications, speaking engagements, etc.
Complete Sample
---
name: 'Dr. Priya Nair'
role: 'Contributing Editor — Strategy & Governance'
shortBio: 'Former strategy partner at Oliver Wyman, now writing on corporate governance and board dynamics across financial services.'
bio: |
Dr. Priya Nair spent 14 years advising financial services boards on strategy, risk governance, and regulatory positioning at Oliver Wyman's London and Singapore offices. She led the firm's APAC financial institutions practice from 2018 to 2022 before transitioning to independent research and writing.
Her work focuses on the intersection of board composition, strategic clarity, and long-term institutional resilience. She holds a DPhil in Organisational Sociology from the University of Oxford and is a Fellow of the Institute of Directors.
location: 'Singapore'
email: '[email protected]'
photo: 'priya-nair.jpg'
photoAlt: 'Headshot of Dr. Priya Nair'
social:
linkedin: 'https://www.linkedin.com/in/drpriyanair'
x: 'https://x.com/priyanair_sg'
website: 'https://priyanair.com'
expertise:
- Corporate Governance
- Board Advisory
- Financial Services Strategy
- Regulatory Affairs
- M&A
hobbies:
- Distance running
- Classical Carnatic music
isTeam: true
isAuthor: true
featured: true
order: 3
---
Dr. Priya Nair is a former strategy partner at Oliver Wyman and an independent researcher
focused on corporate governance, board effectiveness, and institutional strategy in
financial services. She writes for LinkPress on the structural decisions that determine
whether boards lead or merely ratify.