Resume site built from a single data source.
index.html: main resume pageresume/: regular PDF wrapper pageats/: ATS HTML page and ATS PDF wrapper pageassets/: shared static assets and generated PDFsdata/resume.json: single resume content and build configuration sourcetools/build_resume.py: generator for HTML and PDF outputs
python tools/build_resume.pyPDF export automatically looks for a Chromium-family browser on Windows, macOS,
and Linux. If discovery fails on a machine, set build.pdf_export.browser_path
in data/resume.json to the browser executable path.