owenscott / oxford-cv

A small program for creating and sharing CVs in the Said Business School format.

Home Page:owenscott.github.io/oxford-cv

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Oxford Saïd CV Generator

Overview

A simple program for generating CVs in the format required by the Saïd Business School. As the year goes on and I begin applying for jobs I will add other formats as well, using the same source data.

Installation

$ git clone https://github.com/owenscott/oxford-cv
$ npm install

Content

To change the content, simply edit data/cv.json

Styling

To change the styles, edit templates/*.html and templates/style.css. The default style is a close approximation of the template required by the Saïd Business School.

Rendering

To render as HTML and PDF:

$ node render.js

This will output cv.html and cv.pdf in the root directory.

About

A small program for creating and sharing CVs in the Said Business School format.

owenscott.github.io/oxford-cv


Languages

Language:JavaScript 53.4%Language:CSS 46.6%