jsonresume-theme-gitlab

1.0.2 • Public • Published

JSON Resume Theme Gitlab

License: MIT code style: prettier code style: stylelint

techno: handlebars techno: bootstrap techno: font-awesome

A JSON Resume theme looking like a Gitlab profile.

Preview

The theme can be previewed at https://kells64000.github.io/jsonresume-theme-gitlab.

Getting Started

Checkout https://jsonresume.org/getting-started/.

Additional schema

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.
⚠️ Only en && 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.

Local development

Required

  • docker 🐋
  • docker-compose 🐳

Install

docker-compose run --rm node npm i
docker-compose run --rm --service-ports node npm start

http://localhost:4000/

Package Sidebar

Install

npm i jsonresume-theme-gitlab

Weekly Downloads

10

Version

1.0.2

License

MIT

Unpacked Size

28.2 kB

Total Files

27

Last publish

Collaborators

  • kells64000