From 14ea68c469b4519ce080afaa83c8fc1e9532b2d5 Mon Sep 17 00:00:00 2001 From: Nick Graffis Date: Fri, 9 Jul 2021 20:57:39 -0700 Subject: [PATCH 1/3] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a374f85..0323bdc 100644 --- a/README.md +++ b/README.md @@ -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`.
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`.
This can be something like an accent color, or some meta data.

**Creating Multiple Resumes** The index.html page works with your `data.json` context and your `resume.json` resume.
If you would like to create another resume at `/other` you can do so by creating a directory for that resume.
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`. \ No newline at end of file +_When using an additional resume, your PDF will be rendered inside _ `./dist/other.pdf`. From 9d5c642244c8e017e69be6a566063cb58b5fd41a Mon Sep 17 00:00:00 2001 From: Nick Graffis Date: Fri, 9 Jul 2021 20:57:49 -0700 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0323bdc..63a300d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ ### Useage Create a `resume.json` that can be used as the context for your handlebars. Additonal context can be created at `data.json`.
This can be something like an accent color, or some meta data.

-**Creating Multiple Resumes** +**Creating Multiple Resumes**
The index.html page works with your `data.json` context and your `resume.json` resume.
If you would like to create another resume at `/other` you can do so by creating a directory for that resume.
Inside the directory `other` add in a `resume.json` and `data.json` for context, as-well-as an additional `index.html`. From 7c4cf30eaad43eeee1942e38ddbdf6631bc18aff Mon Sep 17 00:00:00 2001 From: Nick Graffis Date: Fri, 9 Jul 2021 20:58:27 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a300d..19f1ba2 100644 --- a/README.md +++ b/README.md @@ -14,4 +14,4 @@ The index.html page works with your `data.json` context and your `resume.json` r If you would like to create another resume at `/other` you can do so by creating a directory for that resume.
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`.