Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/marcloupias/my-cv

My online cv website (résumé for USA)
https://github.com/marcloupias/my-cv

angularjs bootstrap3 curriculum-vitae cv unit-testing

Last synced: 27 days ago
JSON representation

My online cv website (résumé for USA)

Awesome Lists containing this project

README

        

# my-cv

[![WTFPL](http://www.wtfpl.net/wp-content/uploads/2012/12/wtfpl-badge-4.png)](http://wtfpl.net)
[![Build Status](https://travis-ci.org/MarcLoupias/my-cv.svg?branch=master)](https://travis-ci.org/MarcLoupias/my-cv)

Published @ http://cv.marc-loupias.fr

## scaffold

It uses [jsonresume](https://jsonresume.org) with [jsonresume-theme-developpez](https://github.com/MarcLoupias/jsonresume-theme-developpez).

## i18n

It is a french résumé.

## data

Data in the website are provided by `resume.json` file based on [the related json schema](https://jsonresume.org/schema/).

## usage

Installation : `npm install`

Test the json file against the jsonresume schema : `npm test`

Build the website : `npm run-script build`

Test the build manually : `npm run-script check-build`

Build a pdf version of the website : `npm run-script build-pdf`