/resume

The code for my resume.

Primary LanguageHandlebarsMIT LicenseMIT

Resume

A resume generator using jsonresume, the simplepwa template and a custom version of the onepage theme.

Installation

Install dependencies:

yarn

Install hooks:

yarn prepare

Getting Started

Serve resume using this project's theme for development builds.

yarn dev

Export resume as a .pdf under public/.

yarn export

Export resume as an .html using this project's theme under public/ for production builds (Netlify).

yarn build

Note: Configure script in Netlify to auto-run via push to main branch.

Commands

Commit changes using conventional changelog:

yarn commit

Lint all files:

yarn lint

Note: release.yml will run this before versioning and publishing.

License

MIT