jsonresume-theme-kendalifeee v0.0.5
jsonresume-theme-kendalifeee
Edit of the Kendall theme for JSON Resume, using Bootstrap and FontAwesome.
Usage - create your own resume
| Requirement | Version |
|---|---|
| npm | 9.5.1 |
Install the JSON Resume CLI
`npm install -g resume-cli`Initialize resume
Fill in the resume that is generated with your own information. For information on the fields, see https://jsonresume.org/schema/.
resume initInstall theme
npm install jsonresume-theme-kendalifeeeServe resume locally with theme
resume serve --theme kendalifeeeMore resume-cli commands
See https://github.com/jsonresume/resume-cli.
View online
Create a GitHub Gist with your resume JSON, and then go to:
https://registry.jsonresume.org/GITHUB_USERNAME
FontAwesome Profile Icons
If a profile's network in basics.profiles is in the following list, a FontAwesome icon will precede it.
- GitHub
- Google Plus
- YouTube
- Vimeo
- Flickr
- Behance
- Dribbble
- CodePen
- SoundCloud
- Steam
- Tumblr
- Stack Overflow
- Bitbucket
- GitLab
Every section is optional. If you do not include the publications in resume.json, the publications section will not appear.
HTML escaping
In longer sections, HTML is not escaped, so you can include tags like <br>, <i> and <b> for emphasis.
Development
| Requirement | Version |
|---|---|
| npm | 9.5.1 |
Install dependencies
npm installDevelop
Transpile to commonJS module
This is required to work with the resume-cli tool.
npm run buildServe resume locally with live reload
This builds the ./example/resume.json file and serves it with the theme. Changes to the theme files or the build script are live-reloaded.
npm run devAutomatic deployment
When a release is made, the ./.github/workflows/publish.yml workflow will automatically publish the package to npm. The version number in package.json must be incremented for this to work.
References
Modified from the Kendall theme.