This is source code for my resume, which is generated using RenderCV.
- You can view the compiled HTML at resume.noahcroghan.com, or cv.noahcroghan.com. This is deployed with Cloudflare Pages.
Generate the resume:
rendercv render "Noah_Croghan_CV.yaml"- This will generate HTML, Markdown, Typst, a PDF and PNG of the resume in
rendercv_output/
Optionally: Pass arguments (for adding redacted information):
rendercv render "Noah_Croghan_CV.yaml" --cv.phone "+1-555-555-5555" --cv.email "johndoe@example.com"Important
Recruiters: You will receive a resume with this redacted information from me. This is not a fully accurate up-to-date rendition of my resume.
- Follow RenderCV's "Get Started" guide. I recommend using
uvfor installation. - Follow RenderCV's "Set Up VS Code for RenderCV" guide to enhance your development experience.
