cdanesi 68bb1f9249 refactor: streamline resume generation script
- Improve maintainability by using functions and arrays for input/output
  handling
- Reduce redundancy in pandoc command calls
2025-10-05 15:29:52 -04:00
2025-09-22 17:46:46 -04:00
2025-09-23 13:27:12 -04:00
2025-09-29 17:22:21 -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%