cv

cv

My CV written in a readable markdown file, and use of Jekyll to publish it as a website.

Curriculum Vitae

Started as a fork from Elipapa's markdown-cv. This is a curriculum vitae maintained in markdown and rendered to HTML and PDF using CSS.

Usage

Build it locally and print a PDF

  1. To install jekyll, run gem install bundler jekyll from the command line.
  2. Clone your fork of markdown-cv to your local machine.
  3. Type jekyll serve to render your CV at http://localhost:4000.
  4. You can edit the index.md file and see the changes live in your browser.
  5. Now print the page, and save it as PDF.

Styling

To change the default style, simply change the variable in the _config.yml file.

Demo

A live preview can be accessed here.

Bonus

  • 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)
    • #fe: Tailored for front-end work experience

License

MIT License