Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/nickgraffis/resume
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgraffis committed Dec 8, 2021
2 parents 32dab5b + 7c4cf30 commit cb078ae
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
* 🌩 Hosted by [Netlify](https://www.netlify.com) @ [resume.nickgraffis.me](https://resume.nickgraffis.me)

### Useage
Create a `resume.json` that can be used as the context for your handlebars. Additonal context can be created at `data.json`. <br>This can be something like an accent color, or some meta data.
Create a `resume.json` that can be used as the context for your handlebars. Additonal context can be created at `data.json`. <br>This can be something like an accent color, or some meta data.<br><br>

**Creating Multiple Resumes**
**Creating Multiple Resumes**<br>
The index.html page works with your `data.json` context and your `resume.json` resume.<br>
If you would like to create another resume at `/other` you can do so by creating a directory for that resume.<br>
Inside the directory `other` add in a `resume.json` and `data.json` for context, as-well-as an additional `index.html`.

_When using an additional resume, your PDF will be rendered inside _ `./dist/other.pdf`.
_When using an additional resume, your PDF will be rendered inside_ `./dist/other.pdf`.

0 comments on commit cb078ae

Please sign in to comment.