Skip to content
LinkPress™

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

FieldTypeRequiredNotes
entity'person' | 'organization'NoDiscriminates between a human contributor and a company or institution. Defaults to 'person' for this collection.
namestringYesFull display name.
rolestringYesJob title or contributor role, e.g. 'Senior Editor', 'Guest Contributor'.
shortBiostringYesOne sentence shown in listing cards and author bylines.
biostringNoExtended biography shown on the full profile page. Markdown is supported.
locationstringNoCity and country, e.g. 'Amsterdam, Netherlands'.
emailstringNoProfessional email. Not displayed publicly; used for editorial contact.
photostringNoBare filename from content/people/images/, e.g. 'jane-smith.jpg'.
photoAltstringNoAlt text for the photo.
social.linkedinURLNoFull LinkedIn profile URL.
social.xURLNoFull X (Twitter) profile URL.
social.githubURLNoFull GitHub profile URL.
social.websiteURLNoPersonal or company website.
expertisestring[]NoAreas of specialisation, e.g. ['Strategy', 'M&A', 'Governance'].
hobbiesstring[]NoOptional personal interests shown on the profile page.
isTeambooleanNotrue shows this person on the /team page. Default true.
isAuthorbooleanNotrue allows this person to be referenced as an author. Default true.
featuredbooleanNotrue highlights this person in team grids. Default true.
ordernumberNoSort 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.