Skip to content

dy0gu/cv

Repository files navigation

CV 📄

Cross-platform instructions to render the final document:

  • Ensure you have the right .python-version and create a virtual environment:

    python3 -m venv venv/
  • Activate it:

    • Linux:

      source venv/bin/activate
    • Windows (Command Prompt):

      venv\Scripts\activate.bat
    • Windows (PowerShell):

      venv\Scripts\Activate.ps1
  • Install RenderCV:

    pip install "rendercv[full]==2.8"
  • Render the output:

    rendercv render src/cv.yaml --dont-generate-markdown --dont-generate-html --dont-generate-png --typst-path ../out/cv.typ --pdf-path ../out/cv.pdf

About

Version controlled resume using Typst & RenderCV for dynamic PDF generation from a YAML source.

Topics

Resources

Code of conduct

Contributing

Security policy

Stars

0 stars

Watchers

0 watching

Forks

Contributors