shijingjing1221 / cv

Jekyll based CV generator

Home Page:http://pavelmakhov.com/jekyll-cv-crafter/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jekyll CV Crafter

Gem Version

Jekyll powered CV generator. Check the demo.

Features

  • Lightweight - just 3 files: yml with information about you, html/liquid template and css.
  • Font Awesome icons + Bootstrap.
  • Could be easily integrated in already existing site/blog hosted on Github using Jekyll data files.
  • Data is separated from the view - just fill the YAML file to create your CV.
  • You can easily modify the template or create a new theme according to your needs.

Installation

Clone/download this repo.

  • _data/cv.yml contains info about you;
  • index.html markup of the CV;
  • css/cv.scss styles.

So only thing you need to do is to fill the cv.yml. As I mentioned above you can easily integrate this CV in your blog (if it's hosted on github pages) by putting cv.yml in _data folder of your blog, cv.scss in css folder of your blog and renaming index.html to cv.html.

PRs/issues/comments are welcome! Don't hesitate to contact me in case of any questions.

About

Jekyll based CV generator

http://pavelmakhov.com/jekyll-cv-crafter/

License:MIT License


Languages

Language:CSS 93.7%Language:HTML 5.5%Language:Ruby 0.7%