Create your résumé/CV easily using a single markdown file (index.md
).
HTML Output Example
PDF Output Example
A Makefile is provided so that you can compile it into both a LaTeX PDF and an HTML file using pandoc
.
- 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).
- Custom LaTeX template (
template.tex
) used for PDF generation.
- Edit the
index.md
with your editor of choice. - Run
make
(ormake compile
) to generate a PDF and HTML file.
pandoc
LaTeX
make
(optional, commands in theMakefile
can be run indivdually)