Skip to content

feat: add references section #46

@smur89

Description

@smur89

Problem

JSON Resume defines references[] as [{name, reference}] — a referee's name and a quote. Many CV templates surface this; ours doesn't.

Proposed solution

Add _references renderer: name as a ===-style subheading or accent-bold line, reference as an italic blockquote underneath. Wire into _sections (default column: "right"), add a references label key (default "References").

Add a preference availableOnRequest: bool (default false) that, when true and references are empty, renders a single italic line "References available upon request". This is a common CV idiom and removes the need to manually toggle.

Alternatives considered

  • Skip the section entirely on the grounds that many recruiters discourage referee-on-CV — leaves the JSON Resume gap open and is opinionated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions