A curriculum vitae template that lets you write your cv in Markdown and supports both HTML and PDF output formats. To generate the cv, we use Jekyll.
The project is a fork from markdown-cv and the usage is essentially the same. We only provide an alternative styling theme.
See Live example of this template here.
- install jekyll on your computer.
gem install jekyll
will do for most users. - Clone your fork on your computer
- Type
jekyll serve
and you'll be able to see your CV on your local host (the default address is http://localhost:4000). - You can edit the
index.md
file and see changes live in your browser. - To print a PDF, just press Print. Print and web CSS media queries should take care of the styling.
You can optionally integrate jekyll-pdf to the package and automatically generate the PDF along with the HTML version. See more instructions in the repo. As of 02/07/2019, jekyll-pdf
does not work well with this repo.