A theme for JSON Resume Scheme. https://resume.kindrobot.ca/resume.html
Go to file
Stef Dunlap a10207aa6b Add twitter and soundcloud icons 2022-07-27 12:41:34 -04:00
partials Add keywords to jobs and voluneering 2022-07-23 16:56:04 -04:00
.gitignore changes ;) 2022-07-22 15:17:36 -04:00
.npmignore removed duplicate entry 2014-12-01 12:34:15 +01:00
README.md Add twitter and soundcloud icons 2022-07-27 12:41:34 -04:00
index.js Add twitter and soundcloud icons 2022-07-27 12:41:34 -04:00
package-lock.json Add keywords to jobs and voluneering 2022-07-23 16:56:04 -04:00
package.json Add twitter and soundcloud icons 2022-07-27 12:41:34 -04:00
resume.hbs Updates for first draft of resume 2022-07-22 17:36:26 -04:00
style.css colour tweaks 2022-07-25 12:15:35 -04:00

README.md

jsonresume-theme-kindrobot

See this theme in action at resume.kindrobot.ca/resume.html.

This theme includes:

  • icons for headings, languages, and profiles
  • print aware styling
  • support for basics.pronouns (non-standard field)
  • support for work[].keywords (non-standard field)

This is the boilerplate theme for JSON Resume.

Getting started

Prerequisite

Install nodejs and npm through your package manager or by following instructions here.

Setting up your resume.json

mkdir resume
cd resume
npm install resume-client --save
npx resume init

Install jsonresume-theme-kindrobot

npm install jsonresume-theme-kindrobot --save

Generate your resume

npx resume serve --theme jsonresume-theme-kindrobot

Advanced setup

For a more advanced setup that include deploying the resume to static site hosting, checkout tildegit.org/kindrobot/resume.

Pull requests welcome

So far this theme has primarily been tailored to my personal resume. There's a good chance it won't look perfect out-of-the box with someone else's resume.json. If you use this theme and make improvements, please open a PR or e-mail your patch to kindrobot@tilde.team.

License

Available under the MIT license.