A CV generator built with Svelte.
git clone https://github.com/sebbasim/cv-generator.git
cd cv-generator
npm install
npm run dev
data.json
CV-gen is a CV generator being built with Svelte. The pre 1.0.0 versions allow users to change styling and content in a .json file, while the 1.0.0 version will also include an easy to use drag-and-drop interface.
data.json
contains a style object in which you can specify the global styling rules.
More options will be available in future versions.
main_color
Specifies the color for the job title, institution and icons.
Is used directly in CSS, so you can specify any valid color value, such as grey, #d49114, rgb(128, 80, 200), and so on. font_family
header_1
font_size
underline: boolean
column_widths
E.g. [0.6, 0.4]
Specifies the width for the left and right column respectively.component_title
is equal to the component names found in the table below, all in lowercase. E.g. header.left
or right
. Institution
, start_date
, end_date
and location
are optional.level
can be a number between 1 - 5.title
and any number of entries
.Component | Fields |
---|---|
Header |
|
Summary |
|
Dynamic |
|
Languages |
|
Strengths |
|
Projects |
|
Skills |
|