Skip to content

atrepca/markdown-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Markdown Resume

This project converts a Markdown resume to HTML using pandoc, and then from HTML to PDF using a Chromium-based browser in headless mode (e.g. Brave, Chrome).

Requirements

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

A Chromium-based browser (Brave, Chrome, Chromium, etc.) must be installed. The Makefile defaults to Brave — update the generate-pdf target if you use a different browser.

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.

To force a CSS refresh from the source:

```sh
make clean && make generate-pdf
```

Output

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

About

Convert Markdown resume to HTML/PDF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors