piersolenski / cv-generator

Generate beautiful CVs from JSON!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CV Generator

A little workflow for generating CVs from JSON, using Handlebars and Gulp.

Get started

Install Gulp globally if you haven't already:

npm install -g gulp

Install the dependencies for the project:

npm install

Running the tasks

Build for distribution with performance in mind, using minification and image optimisation:

gulp

Build for development using a server watching for changes, with sourcemaps enabled for debugging.

gulp watch

Changing the theme

You can modify the colour theme by changing the $base variable in variables.scss. The SASS color functions will generate a complimentary theme based around your chosen colour.

Blue theme Green theme Purple theme

Printing your CV

Simply click Print in your browser, and choose PDF or paper. The print stylesheet takes care of the rest for you! Works best in Chrome.

About

Generate beautiful CVs from JSON!


Languages

Language:CSS 46.4%Language:JavaScript 32.2%Language:HTML 21.4%