A curriculum vitae maintained in plain text and rendered to pdf using CSS.
- 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.
The included CSS renders CV in different styles:
kjhealy
the original default, inspired by kjhealy"s vita templatedavewhipp
is a tweaked version ofkjhealy
, with bigger fonts and dates right aligned
To change the default style, one needs to simply change the variable in the
_config.yml
file.