Skip to content

LaTeX resume template for Pandoc based on Jason R. Blevins' template

Notifications You must be signed in to change notification settings

kaesluder/resume-pandoc

 
 

Repository files navigation

resume-pandoc

A markdown to PDF resume template forked from John Bokma's example. Uses pandoc for translation.

  • Example build commands are in build.sh and build-docx.sh.
  • The lua filters in filters allow for macro-expansion in the body of the resume. Lua is embedded in pandoc, so no additional installation is necessary.

Custom Metadata

---
name: Your Name Here
keywords: python, html5, javascript, sh, ksh
left-column:
  - 'Full-Stack Software Engineer'
  - 'LinkedIn: [kae-sluder](https://example.com/in/foobarbaz/)'
right-column:
  - 'GitHub: [kaesluder](https://example.com/foobarbaz/)'
languages: 'Python, Typescript, Java'
job-title: 'Full-Stack Software Engineer'
---

# Summary

Hi, I am a {{job-title}} and this is my resume.

Running the build script

sh ./build.sh filename.md # PDF
sh ./build-docx filename.md # Microsoft Word Doc

About

LaTeX resume template for Pandoc based on Jason R. Blevins' template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.5%
  • Lua 24.2%
  • Dockerfile 18.3%