A JSON Resume theme looking like a Gitlab profile.
The theme can be previewed at https://kells64000.github.io/jsonresume-theme-gitlab.
Checkout https://jsonresume.org/getting-started/.
You can add "logo": "url"
to work
, education
or certificates
.
You can add "lang": "countryCode"
to meta
.
ℹ️ If property meta.lang is not defined, the default value is
en
.
⚠️ Onlyen
&&fr
are supported. PR welcome for other translations.
You can add "countryCode": "countryCode"
to languages
.
ℹ️ The countryCode need to be a valid ISO 3166-1-alpha-2 code.
You can add "icon": "fontAwesomeIcon"
to skills
, profiles
or interests
.
⚠️ Only free solid or brands.
- docker 🐋
- docker-compose 🐳
docker-compose run --rm node npm i
docker-compose run --rm --service-ports node npm start