This is a curriculum vitae maintained in markdown and rendered to HTML and PDF using CSS.
- To install jekyll, run
gem install bundler jekyll
from the command line. - Clone your fork of markdown-cv to your local machine.
- Type
jekyll serve
to render your CV at http://localhost:4000. - You can edit the
index.md
file and see the changes live in your browser. - Now print the page, and save it as PDF.
To change the default style, simply change the variable in the
_config.yml
file.
A live preview can be accessed here.
- Enter the Konami Code, this will show the raw markdown content without styling
- Use the following href tags to change the content of the CV
#all
: Shows everything (default)#swe
: Tailored for software engineer work experience
- Started as a fork from Elipapa's markdown-cv.