0.1.9 • Published 3 months ago

jsonresume-theme-relaxed v0.1.9

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
3 months ago

jsonresume-theme-relaxed

A JSON Resume theme optimised for PDF output.

Installation

git clone https://github.com/ObserverOfTime/jsonresume-theme-relaxed
cd jsonresume-theme-relaxed && npm install

Create your resume

Create a resume.json file according to the schema, build it online, or export it from LinkedIn.

SectionFieldRequiredLine breaks (\n)Notes
basicsnameYesNoMust be present.
labelNoNo
imageNoNo
summaryNoYes
basics.locationaddressNoNo
cityNoNo
postalCodeNoNo
regionNoNo
countryCodeYesNo
basics.profiles[]urlNoNo
networkYesNo
usernameYesNo
work[]websiteNoNo
companyYesNo
locationUnsupported.
descriptionUnsupported.
positionYesNo
summaryNoYes
startDateNoNoYYYY-MM / YYYY-MM-DD
endDateNoNoYYYY-MM / YYYY-MM-DDRequires startDate.
highlights[]NoNo
education[]urlNoNo
areaYesNo
institutionYesNo
studyTypeYesNo
startDateNoNoYYYY-MM / YYYY-MM-DD
endDateNoNoYYYY-MM / YYYY-MM-DDRequires startDate.
scoreNoNo
courses[]NoNo
urlNoNo
summaryYesNoShould be the event name.
organizationYesNo
positionYesNo
startDateNoNoYYYY-MM-DD
endDateNoNoYYYY-MM-DDRequires startDate.
highlights[]NoNo
projects[]urlNoNo
nameYesNo
typeUnsupported.
roles[]NoNo
entityNoNoRequires roles[].
descriptionNoYes
startDateNoNoYYYY-MM-DD
endDateNoNoYYYY-MM-DDRequires startDate.
highlights[]NoNo
keywords[]NoNo
publications[]websiteNoNo
nameYesNo
publisherYesNo
summaryNoYes
releaseDateYesNoYYYY-MM / YYYY-MM-DD
urlNoNo
nameYesNo
issuerYesNo
dateYesNoYYYY-MM / YYYY-MM-DD
skills[]nameYesNo
levelYesNo"master" / "advanced" /"intermediate" / "beginner"
keywords[]NoNo
languages[]languageYesNo
fluencyYesYes
awards[]titleYesNo
awarderYesNo
summaryNoYes
dateNoNoYYYY-MM / YYYY-MM-DD
interests[]nameYesNo
keywords[]NoNo
references[]nameYesNo
referenceYesYes
metacanonicalNono
lastModifiedNoNo
versionNoNo
x-langNoNoLanguage (default: "en").Non-standard.
x-sizeNoNoFont size (default: "10pt").Non-standard.

All sections (except for basics) are optional. Fields are only required if the section is present.

Supported languages:

  • English ("en")
  • Greek ("el")
  • German ("de")
  • French ("fr")

Export to PDF

npm run build -- resume.pdf

Sample

preview

Credits

The theme was made using HTMLS & Stylus, with icons from Heroicons & Simple Icons and the Lato font.

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0.

0.1.9

3 months ago

0.1.8

5 months ago

0.1.7

5 months ago

0.1.4

6 months ago

0.1.6

6 months ago

0.1.5

6 months ago

0.1.3

10 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.0

10 months ago