All Projects → LinuxBozo → jsonresume-theme-kendall

LinuxBozo / jsonresume-theme-kendall

Licence: MIT license
A theme for jsonresume

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to jsonresume-theme-kendall

Font Awesome Stylus
Stylus port for font-awesome 4.7.0
Stars: ✭ 77 (+79.07%)
Mutual labels:  fontawesome
Merlin
Responsive One Page Template
Stars: ✭ 140 (+225.58%)
Mutual labels:  fontawesome
Avfonts
AVFonts for change/swap fontname throughout app.
Stars: ✭ 200 (+365.12%)
Mutual labels:  fontawesome
Reactjs Crud Boilerplate
Live Demo
Stars: ✭ 83 (+93.02%)
Mutual labels:  fontawesome
Fontawesome Axure Library
FontAwesome iconic font for Axure 7+
Stars: ✭ 121 (+181.4%)
Mutual labels:  fontawesome
React Native Fontawesome
React Native Font Awesome Icons
Stars: ✭ 173 (+302.33%)
Mutual labels:  fontawesome
Bootstrapcdn
Free Bootstrap CDN hosting
Stars: ✭ 1,075 (+2400%)
Mutual labels:  fontawesome
Font Awesome
The iconic SVG, font, and CSS toolkit
Stars: ✭ 66,937 (+155567.44%)
Mutual labels:  fontawesome
D2 Admin
An elegant dashboard
Stars: ✭ 11,012 (+25509.3%)
Mutual labels:  fontawesome
Fontawesomekit.swift
A better choice for iOS Developer to use FontAwesome Icon with UI.😍
Stars: ✭ 194 (+351.16%)
Mutual labels:  fontawesome
Angular2 Fontawesome
Angular5 Components and Directives for Fontawesome
Stars: ✭ 87 (+102.33%)
Mutual labels:  fontawesome
Anicon
Animated icons for R markdown and Shiny apps
Stars: ✭ 109 (+153.49%)
Mutual labels:  fontawesome
Vue Fontawesome
Font Awesome 5 Vue component
Stars: ✭ 2,255 (+5144.19%)
Mutual labels:  fontawesome
Fontawesome Module
Module to use Font Awesome icons in Nuxt.js
Stars: ✭ 79 (+83.72%)
Mutual labels:  fontawesome
Icons
R package to easily insert web icons to RMarkdown
Stars: ✭ 216 (+402.33%)
Mutual labels:  fontawesome
Mahapps.metro.iconpacks
Awesome icon packs for WPF and UWP in one library
Stars: ✭ 1,157 (+2590.7%)
Mutual labels:  fontawesome
Yii2 Fontawesome
Asset Bundle for Yii2 with Font Awesome http://fortawesome.github.io/Font-Awesome/
Stars: ✭ 149 (+246.51%)
Mutual labels:  fontawesome
bootstrap4-glyphicons
How use Glyphicons with Bootstrap 4 (without getting mad)
Stars: ✭ 40 (-6.98%)
Mutual labels:  fontawesome
Vipfs
Vue.js + IPFS = VIPFS. Create unstoppable applications
Stars: ✭ 242 (+462.79%)
Mutual labels:  fontawesome
Fontawesome.sharp
A library for using Font Awesome in WPF & Windows Forms applications
Stars: ✭ 185 (+330.23%)
Mutual labels:  fontawesome

jsonresume-theme-kendall

A theme for the JSONResume schema, that relies on Bootstrap and FontAwesome, added with some personal flair.

NOTE: This supports schema 1.0.0. Some things may be missing or broken if your resume.json is using the older schema.

Usage

To first get started with this JSONResume theme, you'll need to have the JSONResume CLI installed. If you haven't already install it with npm install -g resume-cli. If this doesn't work, try sudo npm install -g resume-cli.

After this, you can get your resume.json ready by typing resume init. After hitting enter, your resume will be initialized and you can edit it and fill in the neccessary fields. Check out the official resume-schema repository for more information on filling these fields.

When you are finished with your resume, you may test it by yet again opening the command line and typing resume serve --theme kendall to see how it looks with this theme. You can replace the word kendall with other theme names too.

Install the command line

We're going to use the official resume-cli to run our development server.

Go ahead and install it:

sudo npm install -g resume-cli

Install npm packages

We need to install the dependencies. cd into the theme folder we just downloaded and run:

sudo npm install

This will read the local package.json and install the packages listed under dependencies.

Serve theme

While inside the theme folder, simply run:

resume serve --theme .

You should now see this message:

Preview: http://localhost:4000
Press ctrl-c to stop

Congratulations, you've made it!

The theme development can now begin.

Tips

As of now, the theme supports the following profiles in the basics.profiles array.

  • Facebook
  • Github
  • Twitter
  • Google Plus
  • YouTube
  • Vimeo
  • Linkedin
  • Pinterest
  • Flickr
  • Behance
  • Dribbble
  • CodePen
  • Soundcloud
  • Steam
  • Reddit
  • Tumblr
  • Stack Overflow
  • Bitbucket
  • Gitlab

Every single one of these is optional, and every field in the basics.profiles array must be entered without spaces. This theme will try to use the matching -square version of the icon from FontAwesome if it doesn't already have support for one of your profiles. If you want support for more social networks, feel free to leave an issue, or even better, submit a pull request. Thanks.

If you want to keep your resume mobile-friendly, please limit the number of profiles to 10, please. No one should have over 10 profiles on their resume anyway.

Every section is optional. If you do not include the publications array in your resume.json, no publications section will appear.

If you find any other problems with this theme in specified, do feel free to leave an issue. Thanks.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].