# yaml-language-server: $schema=https://raw.githubusercontent.com/hrtips/cvx/main/schema/v1/layout.schema.json
# ── Single-Column Layout ─────────────────────────────────────────────────────
# Plain single-column layout: no sidebar, no decorative elements.
#
# THIS FILE DOES NOT CONTROL `build --ats`. That flag renders its own document
# (ATSDocument.jsx) and never reads a layout file, so editing the slots below
# will not change the ATS PDF. This layout applies when `config.yaml` sets
# `layout: single-column`, which is a *designed* single-column CV.
# ─────────────────────────────────────────────────────────────────────────────

template: single-column

# No `geometry:` block: page size and margin come from the theme and are not
# settable per CV yet. The keys that used to sit here were ignored entirely.

pages:
  first:
    main:
      - header-ats
      - summary
      - experience
      - education
      - certifications
      - publications
      - competencies
      - languages
      - achievements
      - referees
