Skip to content

ever-guild/cv-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV PDF Template

A minimal template for generating a CV PDF from a single Markdown file

Goal

  • edit cv.md adn optionally add cv.png or cv.jpg to override the generated identicon
  • run make pdf
  • get cv-xp-<mode>.pdf

Local build

make doctor
make pdf xp=4       # show 4 full experience entries
make pdf xp=full    # show all experience entries in full format

Dev Container CLI

Docker is required for this workflow

npm install -g @devcontainers/cli
devcontainer up
devcontainer exec make pdf

Or use deco alternatively for @devcontainers/cli

curl -fsSL https://raw.githubusercontent.com/ilyar/deco/refs/heads/main/install.sh | bash
deco exec make pdf

About

minimal template for generating a CV PDF from a single Markdown file

Topics

Resources

Stars

Watchers

Forks

Contributors