ilia 9a530f941c
Some checks failed
CI / core (push) Failing after 10m33s
ai-bw template refinements: remove page-2 header, add project spacing, add levit profile
- Remove page-2 running header (was overlapping EARLIER CAREER heading)
- Add inter-entry spacing to Projects section to match Earlier Career rhythm
- Add levit.yml resume profile
- Add export scripts for levit in package.json
- Add work arrangement legend text-icon support in options.js

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-12 16:25:49 -04:00
2017-12-15 20:20:41 +01:00
2023-02-15 18:35:49 +01:00
2019-11-12 22:10:04 +01:00
2017-06-09 22:58:02 +02:00
2018-09-27 19:03:16 +02:00
2017-05-19 16:02:21 +02:00
2017-06-09 22:32:29 +02:00
2023-02-15 16:22:19 +01:00
2018-09-27 18:15:10 +02:00
2017-05-19 16:02:21 +02:00
2017-10-23 00:20:25 +02:00


Markdownify
best-resume-ever

Travis badge

👔 💼 Build fast 🚀 and easy multiple beautiful resumes and create your best CV ever!

Made with Vue and LESS.



Cool

Creative

Green

AI B&W

Purple

Side Bar

Left Right

Material Dark

Oblique



Prerequisite

  1. It is required to have Node.js with version 8.5.0 or higher. To see what version of Node.js is installed on your machine type the following command in the terminal:
node -v
  1. If you do not have installed Node.js in your machine then go to this link in order to install node.

How to use

  1. Clone this repository.
git clone https://github.com/salomonelli/best-resume-ever.git
  1. Go to the cloned directory (e.g. cd best-resume-ever).

  2. Run npm install. This may take a few seconds.

  3. Customize your resume in the resume/ directory. Data lives in one YAML file per profile, named resume/<slug>.yml (for example resume/dobkin.yml). The build defaults to the dobkin slug unless you set RESUME_NAME to another slug (without .yml). For a second profile, add resume/cherepaha.yml and run with RESUME_NAME=cherepaha. Convenience scripts are in package.json (for example npm run dev:dobkin and npm run dev:cherepaha).

    For the profile photo, use resume/<slug>.jpg when it matches the active slug, otherwise the fallback resume/id.jpg is used.

  4. Preview resumes with npm run dev (or RESUME_NAME=<slug> npm run dev). The command will start a server instance and listen on port 8080. Open (http://localhost:8080/home) in your browser. The page will show some resume previews. To see the preview of your resume, with your picture and data, click on one layout that you like and the resume will be opened in the same window.

Resume previews

  1. Export your resume as PDF by running npm run export (with the same RESUME_NAME you used for dev, if not the default). To avoid errors from two npm run processes at once, stop any running npm run dev before exporting, unless you use a script that starts the dev server and export together (see export:dobkin and similar in package.json). You can also export a single template, for example node scripts/export.js ai-bw.

    PDFs are written to the pdf/ folder.


Creating and Updating Templates

Please read the developer docs on how to create or update templates.


Contribute

Feel free to add your own templates, language supports, fix bugs or improve the docs. Any kind of help is appreciated! If you make any kind of changes to an existing template, please commit them as new templates.


Sponsored by

Sponsored by RxDB - NodeJs Database

The NodeJs Database

Credits

This project uses several open source packages:



sarasteiert.com  ·  GitHub @salomonelli  ·  Twitter @salomonelli

License

MIT

Description
No description provided
Readme 68 MiB