2025-09-29 10:19:41 -04:00
2025-09-22 17:45:38 -04:00
2025-09-22 17:46:46 -04:00
2025-09-23 13:27:12 -04:00
2025-09-29 10:19:41 -04:00

My Resume

Getting started

# Output as PDF
pandoc resume.md -f markdown -t pdf -o resume.pdf \
    -V geometry:margin=0.75in \
    -V mainfont="Lato" \
    -V fontsize=11pt \
    -V raggedright

## Output as DOCX
pandoc resume.md -f markdown -t docx -o resume.docx
S
Description
No description provided
Readme 69 KiB
Languages
Shell 100%