https://github.com/controversial/resume
Resume!
https://github.com/controversial/resume
Last synced: 11 months ago
JSON representation
Resume!
- Host: GitHub
- URL: https://github.com/controversial/resume
- Owner: controversial
- Created: 2019-09-15T16:20:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-07-17T23:03:24.000Z (almost 2 years ago)
- Last Synced: 2025-07-26T19:10:21.482Z (11 months ago)
- Language: JavaScript
- Size: 12.7 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Resume
A resumé for myself. The resumé is generated from structured content by a custom build system, which
(mostly Handlebars). This repository contains markup and styles as well as the code for that build
process.
It’s implemented in HTML and CSS; the PDF is generated by rendering the page in [Puppeteer](https://github.com/puppeteer/puppeteer).
## Preview
[](https://raw.githubusercontent.com/controversial/resume/master/resume.pdf)
## Usage
### Setup
`npm install` should be all you need.
### Building
`npm run build` or `node build`
Start a “watch mode,” which will rebuild the site on file changes, using `npm run watch`.
### Running the tests
Just do `npm run test`
## Credits
While this is my own implementation entirely, it largely imitates a [design by WebPraktikos](https://github.com/WebPraktikos/universal-resume).
The document is set in [IBM Plex Sans](https://www.ibm.com/plex/). The icons are taken from [Heroicons](https://heroicons.com/).