Resume data is loaded from resume/<slug>.yml via RESUME_NAME (default dobkin), with per-slug profile photos and webpack alias wiring. Export and preview honor the slug; package scripts add convenience dev/export targets. Add ai-bw layout and preview asset, cherepaha profile, and experience legend metadata on green and purple. When birth year is omitted, cool and material-dark themes show "Based in" instead of "Born" so birth.location can mean current location. README documents the new workflow and fixes export wording. Made-with: Cursor
153 lines
6.2 KiB
Markdown
153 lines
6.2 KiB
Markdown
<h1 align="center">
|
|
<br>
|
|
<a href="https://github.com/salomonelli/best-resume-ever">
|
|
<img src="src/assets/logo.png" alt="Markdownify" width="200"></a>
|
|
<br>
|
|
best-resume-ever
|
|
<br>
|
|
</h1>
|
|
|
|
<div align="center">
|
|
|
|
[](https://travis-ci.org/salomonelli/best-resume-ever)
|
|
|
|
</div>
|
|
|
|
<h4 align="center">
|
|
:necktie: :briefcase: Build fast :rocket: and easy multiple beautiful resumes and create your best CV ever!
|
|
<br><br>
|
|
Made with Vue and LESS.
|
|
</h4>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
<p align="left">
|
|
<p>Cool<br>
|
|
<img src="src/assets/preview/resume-cool.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-cool-rtl2.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-cool-rtl.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
</p>
|
|
<p>Creative<br>
|
|
<img src="src/assets/preview/resume-creative.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
</p>
|
|
<p>Green<br>
|
|
<img src="src/assets/preview/resume-green.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
</p>
|
|
<p>AI B&W<br>
|
|
<img src="src/assets/preview/resume-ai-bw.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
</p>
|
|
<p>Purple<br>
|
|
<img src="src/assets/preview/resume-purple.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
</p>
|
|
<p>Side Bar<br>
|
|
<img src="src/assets/preview/resume-side-bar.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-side-bar-rtl.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-side-bar-projects.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
</p>
|
|
<p>Left Right<br>
|
|
<img src="src/assets/preview/resume-left-right.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-left-right-rtl.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-left-right-projects.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
</p>
|
|
<p>Material Dark<br>
|
|
<img src="src/assets/preview/resume-material-dark.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-material-dark-projects.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
</p>
|
|
<p>Oblique<br>
|
|
<img src="src/assets/preview/resume-oblique.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-oblique-rtl.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
<img src="src/assets/preview/resume-oblique-projects.png" width="150" style="margin-right:5px; border: 1px solid #ccc;" />
|
|
</p>
|
|
</p>
|
|
|
|
<br>
|
|
<br>
|
|
|
|
|
|
|
|
## 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
|
|
```
|
|
|
|
2. If you do not have installed Node.js in your machine then go to [this link](https://nodejs.org/en/download/) in order to install node.
|
|
|
|
## How to use
|
|
|
|
1. Clone this repository.
|
|
|
|
```
|
|
git clone https://github.com/salomonelli/best-resume-ever.git
|
|
```
|
|
|
|
2. Go to the cloned directory (e.g. `cd best-resume-ever`).
|
|
|
|
3. Run `npm install`. This may take a few seconds.
|
|
|
|
4. 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.
|
|
|
|
5. 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.
|
|
|
|

|
|
|
|
|
|
6. 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.
|
|
|
|
<br>
|
|
|
|
## Creating and Updating Templates
|
|
|
|
Please read the <a href="DEVELOPER.md">developer docs</a> on how to create or update templates.
|
|
|
|
<br>
|
|
|
|
## 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.
|
|
|
|
<br>
|
|
|
|
|
|
## Sponsored by
|
|
|
|
<p align="center">
|
|
<a href="https://rxdb.info/nodejs-database.html">
|
|
<img
|
|
src="https://rxdb.info/files/logo/logo_text.svg"
|
|
alt="Sponsored by RxDB - NodeJs Database"
|
|
width="300"
|
|
/>
|
|
<br />
|
|
<br />
|
|
<span>The <b>NodeJs Database</b></span>
|
|
</a>
|
|
</p>
|
|
|
|
## Credits
|
|
|
|
This project uses several open source packages:
|
|
|
|
- <a href="https://github.com/vuejs/vue" target="_blank">Vue</a>
|
|
- <a href="https://github.com/GoogleChrome/puppeteer" target="_blank">Puppeteer</a>
|
|
- <a href="https://github.com/less/less.js" target="_blank">LESS</a>
|
|
|
|
<br>
|
|
|
|
---
|
|
|
|
> [sarasteiert.com](https://www.sarasteiert.com) ·
|
|
> GitHub [@salomonelli](https://github.com/salomonelli) ·
|
|
> Twitter [@salomonelli](https://twitter.com/salomonelli)
|
|
|
|
## License
|
|
|
|
[MIT](https://github.com/salomonelli/best-resume-ever/blob/master/LICENCE.md)
|