Basic theme in French for JSON Resume is very ... basic. It can therefore be used both as a theme and boilerplate. The theme covers every single key of the JSON Resume schema.
-
Make sure you have
resume-cli
installednpm install -g resume-cli
-
Install the theme
npm install jsonresume-theme-basic-fr
-
Serve your resume using the theme Basic
resume serve -t basic-fr
-
Download the repository and change the current working directory
git clone https://github.com/louisfisch/jsonresume-theme-basic-fr.git && cd jsonresume-theme-basic-fr
-
Build the image then build, create and start the container in detached mode (container will run in the background)
docker compose up --build --detach
-
Copy and paste your
resume.json
file in the current working directory -
Serve your resume using Basic theme in French
docker exec jsonresume-theme-basic-fr resume serve -t .
-
Make sure you have
resume-cli
installednpm install -g resume-cli
-
Download the repository and change the current working directory
git clone https://github.com/louisfisch/jsonresume-theme-basic-fr.git && cd jsonresume-theme-basic-fr
-
Copy and paste your
resume.json
file in the current working directory -
Serve your resume using Basic theme in French
resume serve -t .