Skip to content

Create your résumé easily with a single markdown file.

Notifications You must be signed in to change notification settings

kj-sh604/pandoc-resume

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Revival of an Old Markdown to Résumé/CV Make Script

Create your résumé/CV easily using a single markdown file (index.md).

HTML Output Example

Image of HTML Output

PDF Output Example

Image of PDF Output

A Makefile is provided so that you can compile it into both a LaTeX PDF and an HTML file using pandoc.

Features

HTML Output

  • Responsive web design, custom background, and div settings with style.css.
  • Automatically generated "table of contents" transformed into a menu bar with dropdown subsections.
  • Longer content sections are hidden and revealed on mouseover (or with a single-tap on mobile).

PDF Output

  • Custom LaTeX template (template.tex) used for PDF generation.

Usage

  1. Edit the index.md with your editor of choice.
  2. Run make (or make compile) to generate a PDF and HTML file.

Dependencies

  • pandoc
  • LaTeX
  • make (optional, commands in the Makefile can be run indivdually)

Links