Compiles the cv.md file into html and pdf formats using pandoc, with the html format containing a link to the PDF file. The static index.html can then be served, for instance via GitHub pages.
You can view my CV online as an example.
You must have pandoc installed, along with LaTeX, and wkhtmltopdf.
- Clone the repository and edit the cv.md file with your own information.
- run the
compile.sh
script to generate both the PDF and html documents.