Thanks to visit codestin.com
Credit goes to github.com

Skip to content

atrepca/markdown-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Markdown Resume

This project converts a Markdown resume to HTML using pandoc, and then from HTML to PDF using wkhtmltopdf.

Requirements

MacOS:
Run brew bundle to install requirements. If you don't have Homebrew, get it from brew.sh.

Note:
As of 12/16/2024, the Homebrew cask for wkhtmltopdf is deprecated. You must install wkhtmltopdf from the official website.

Usage

  1. Edit resume in resume.md.

  2. Generate the HTML and PDF with:

    make generate-pdf

The Makefile will handle downloading the main CSS and running all conversion steps.

Output

  • The generated HTML will be saved as files/resume.html.
  • The generated PDF will be saved as files/alex-trepca-resume.pdf.

For more details or customization, see comments in the Makefile.

About

Convert Markdown resume to HTML/PDF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published