path to the YAML resume.
Optionaloptions: { outputDir?: string; theme?: string; writeJson?: boolean } = {}OptionaloutputDir?: stringdirectory for outputs (default: input's dir).
Optionaltheme?: stringtheme (default: resume.meta.theme or stackoverflow).
OptionalwriteJson?: booleanalso write resume.json (default: true); the PDF is always produced.
Full pipeline: read YAML -> validate -> write resume.json -> render resume.pdf.