CV Downloads
This folder contains downloadable versions of your CV in PDF and Word formats.
Files
cv.pdf- PDF version (generated from cv.md)cv.docx- Word document version (generated from cv.md)
Generating CV Files
To generate or update these files:
- Make sure you have the required tools installed:
- Pandoc:
brew install pandoc(macOS) or see pandoc.org - LaTeX (for PDF):
brew install --cask mactex(macOS)
- Pandoc:
- Run the conversion script:
python3 assets/convert_cv.py - The script will automatically generate both PDF and Word versions from your
cv.mdfile
Manual Conversion
Alternatively, you can convert manually using pandoc:
# Convert to PDF
pandoc cv.md -o cv-downloads/cv.pdf --variable geometry:margin=0.75in --variable fontsize=11pt
# Convert to Word
pandoc cv.md -o cv-downloads/cv.docx
Note
These files are automatically linked from your website’s homepage for easy downloading by visitors.