jsonresume-theme-basic-fr v1.0.1
Basic theme in French for JSON Resume
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.
Usage
Theme
Make sure you have
resume-cliinstallednpm install -g resume-cliInstall the theme
npm install jsonresume-theme-basic-frServe your resume using the theme Basic
resume serve -t basic-fr
Boilerplate
Using Docker
Download the repository and change the current working directory
git clone https://github.com/louisfisch/jsonresume-theme-basic-fr.git && cd jsonresume-theme-basic-frBuild the image then build, create and start the container in detached mode (container will run in the background)
docker compose up --build --detachCopy and paste your
resume.jsonfile in the current working directoryServe your resume using Basic theme in French
docker exec jsonresume-theme-basic-fr resume serve -t .
Using your own environment
Make sure you have
resume-cliinstallednpm install -g resume-cliDownload the repository and change the current working directory
git clone https://github.com/louisfisch/jsonresume-theme-basic-fr.git && cd jsonresume-theme-basic-frCopy and paste your
resume.jsonfile in the current working directoryServe your resume using Basic theme in French
resume serve -t .