Skip to content

benjaminran/resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resume

My resume (deprecated)

Overview

This project contained the source files for my resumes. Its outputs were referenced in my personal website.

I no longer use this project; the primary latex format hasn't proved worth the effort to maintain considering I don't regularly use latex for anything else and am not using any distinguishing latex features in my resume. And the markdown/plaintext views have also not provided enough value to justify keeping around. Maybe some day I'll revive it when I need multiple views of the same or overlapping resume content.

Usage

Install the following fonts:

Then, assuming macos:

brew install pandoc
python3 -m venv venv
source venv/bin/activate
pip install Jinja2
pip install -e .
resume --help

The resume build process is controlled by bin/build. Content from cv.xml is injected into different Jinja templates (templates/resume.*.jinja) and the results written/compiled into output.

Dependencies

  • Python3 with:
    • Jinja2
    • Pypandoc
  • The Adobe Garamond Pro font
  • A latex distribution with luatex

Outputs

See benjaminran.com/resume.