This is a script to generate my CV in HTML and PDF formats from a markdown file I maintain.
It uses docker containers from Puppeteer (to convert HTML to PDF) and https://github.com/there4/markdown-resume (to convert Markdown to HTML).
Ubuntu install with Python 3, Docker, Docker compose, and the latest node.
- Edit
CV.md
to your liking - Run the
build-md2resume.sh
script to build the HTML CV fromCV.md
- Run the
build-puppeteer.sh
script to build the PDF CV fromCV.md