Skip to content

chriscarreau/jsonresume-theme-stackoverflow-fr

 
 

Repository files navigation

French version of the StackOverflow JsonResume theme

Getting started

Install the command line

Create your resume in json on jsonresume

The official resume-cli to run the development server.

Go ahead and install it:

npm install -g resume-cli

Install and serve theme

Clone the repository

git clone https://github.com/chriscarreau/jsonresume-theme-stackoverflow-fr.git

Create a 'resume.json' file in the current folder and follow the json resume schema

Install dependencies:

npm install

and simply run:

resume serve --theme .

French specifics

Because the css was using the Skills level to change the look of the page, I had to add a few french keywords equivalent

English French
Native Speaker Langue Maternelle
Master Expert
Advanced Avancé
Fluent Courant
Beginner Débutant
Intermediate Intermédiaire

License

Available under the MIT license.

About

French version of the Stack Overflow theme for JSON Resume

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Handlebars 56.9%
  • CSS 31.7%
  • JavaScript 11.4%