I have my resume written in Markdown, with LaTex templates. This is really handy because now I only have one place to edit my resume, and update my website, and have copies in various formats like PDF or WORD.

I will be updating this posting with my notes on learning LaTex.

Website

Packages

compile:
        pandoc index.md -s -c style.css --toc -o index.html
        pandoc index.md --template=template.tex --pdf-engine=xelatex -o index.pdf