https://github.com/howardroark/resume
My resume.
https://github.com/howardroark/resume
Last synced: about 2 months ago
JSON representation
My resume.
- Host: GitHub
- URL: https://github.com/howardroark/resume
- Owner: howardroark
- Created: 2016-04-04T02:21:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-25T17:48:17.000Z (about 9 years ago)
- Last Synced: 2025-01-14T18:05:47.493Z (4 months ago)
- Language: HTML
- Homepage: http://howardroark.github.io/resume/
- Size: 19.7 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Instructions
This template offers a handy resume build process by utilizing [JSON Resume](https://jsonresume.org/)
and [wkhtmltopdf](http://wkhtmltopdf.org).
#### Edit
Fork this and edit `resume.json`.
#### Install
> Note: all binaries in the `bin` folder are for OSX.
You may need to download an alternate [here](http://wkhtmltopdf.org/downloads.html).```
$ npm install
```#### Build
```
$ npm run build
```#### Deploy
**username**.github.io/resume
```
$ npm run deploy
```