# yaml-language-server: $schema=https://unpkg.com/engineercv@latest/lib/schema.json

# > Handlebars helpers
# Example of using handlebars helpers for dynamic field rendering in highlights.

output: ../out/{{ source.name }}.pdf

basics:
  name: John Doe
  highlights:
    - "{{ email 'john.doe@outlook.com' }}"
    - "{{ phone '+1 123-(456) 7890' }}"
    - "{{ github 'johndoe' }}"
    - "{{ linkedin 'johndoe' }}"
