Skip to content

Commit

Permalink
🍳 making things easier inside vite cnofig.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgraffis committed Jul 10, 2021
1 parent 19b6392 commit e900a8a
Show file tree
Hide file tree
Showing 12 changed files with 100 additions and 31 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,13 @@
* 🥸 The development was made super simple with [vite-handlebars-plugin](https://github.com/alexlafroscia/vite-plugin-handlebars/issues), along with some small modifications.
* 🙏🎨 The design was inspired by [antfu's résumé](https://github.com/antfu/resume), which was apparently inspired by [jsonresumetheme-kwon](https://github.com/icoloma/jsonresume-theme-kwan).
* 🌩 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.

**Creating Multiple Resumes**
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`.
7 changes: 7 additions & 0 deletions data.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"accent": "bg-fuchsia-700",
"hoverAccent": "hover:text-fuchsia-700",
"meta": {
"description": "Nick Graffis is a full stack software engineer specializing in front end technoligies around typescript and javascript, as-well-as serverside technolgies and languages, like node, python, goland, c/c++."
}
}
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion dist/assets/windi.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit e900a8a

Please sign in to comment.