jsonresume-theme-kendalifeee

0.0.5 • Public • Published

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 init

Install theme

npm install jsonresume-theme-kendalifeee

Serve resume locally with theme

resume serve --theme kendalifeee

More 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.

  • Facebook
  • GitHub
  • Twitter
  • Google Plus
  • YouTube
  • Vimeo
  • LinkedIn
  • Pinterest
  • Flickr
  • Behance
  • Dribbble
  • CodePen
  • SoundCloud
  • Steam
  • Reddit
  • 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 install

Develop

Transpile to commonJS module

This is required to work with the resume-cli tool.

npm run build

Serve 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 dev

Automatic 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.

Readme

Keywords

Package Sidebar

Install

npm i jsonresume-theme-kendalifeee

Weekly Downloads

2

Version

0.0.5

License

MIT

Unpacked Size

32 kB

Total Files

7

Last publish

Collaborators

  • alifeee