Skip to content

hikchoi/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV

This is a tool I use to:

  • author my CV and resume in Markdown,
  • convert it to HTML,
  • style it with some rough CSS,
  • and finally convert it to pdf

Notes

  • This is not a polished tool. It's only made for me. The setup really doesn't make sense.
  • This will probably only work in a Mac.
  • data/gfm.css is a gfm-like style for rendering Markdown to HTML, which I've modified slightly to fit to my taste.

Instructions for my future self

  1. Install necessary tools
brew install pandoc
brew install weasyprint
  1. Work on CV / resume

  2. Check rendered pdf

yarn build:cv; yarn open:cv 
yarn build:resume; yarn open:resume
  1. Rinse and repeat

TODO

  • Polish up CV
  • Better (smarter)... formatting?
  • Watch mode
  • Github Actions to render, upload to personalweb
  • Ability to author multiple versions of resume

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages