Manage multiple versions of your CV and tailor them for specific job descriptions using ChatGPT (requires an OpenAI API key in .env).
/yaml # Your YAML CV files
├── base.yaml # Base version of your CV
├── version1.yaml # Custom version 1 of your CV
└── version2.yaml # Custom version 2 of your CV
/template # HTML templates for rendering CVs
/html # Output directory for generated HTML files
Converts the base and versioned YAML CVs into HTML files, which are saved in the html folder.
yarn build
Based on a specific job description file (job-description.yaml
), this script generates a new tailored version of your CV, saved as /yaml/_generated.yaml
.
yarn generate