Skip to content

Workflow to create a PDF resume from Markdown and CSS

Notifications You must be signed in to change notification settings

itsnewtjam/markdown-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

markdown-resume

Simple script to generate a .pdf resume from a markdown file, styled with CSS. Example markdown content and stylesheet are included.

Setup

Clone repo then install Pandoc and wkhtmltopdf.

Usage

Edit resume.md with resume content.

Customize styling in style.css.

Convert to .html by running:

pandoc -o resume.html -c style.css -s resume.md

Confirm CSS styles by viewing resume.html, then convert to .pdf by running:

wkhtmltopdf --enable-local-file-access resume.html resume.pdf

Once you're happy with the CSS, you can make future resume edits more easily by running make-pdf.bat to convert straight to .pdf.

About

Workflow to create a PDF resume from Markdown and CSS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published