npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

jsonresume-theme-dark-classy

v1.0.1

Published

A dark fork of JaredCubilla/jsonresume-theme-classy

Downloads

4

Readme

#jsonresume-theme-classy

An uber-classy theme for JSONResume.

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 classy to see how it looks with this theme. You can replace the word classy with other theme names too.

If you want a local copy of your resume, type in resume export resumeName --theme classy, and replace resumeName with the desired filename. You can export it in pdf and txt using the --format flag, like so:

resume export resume --format pdf --theme classy

However, if you wish to export it to the JSONResume Registry, use the command resume publish instead.

More details about the CLI and it's commands are available here.

Tips

As of now, the "Classy" theme supports the following profiles in the bio.profiles array:

  • Facebook
  • Twitter
  • Google Plus
  • Linkedin
  • YouTube
  • Behance
  • CodePen
  • Vimeo
  • Flickr
  • Github
  • Pinterest

Every single one of these is optional, and every field in the bio.profiles array must be entered lowercase, without spaces. If you want support for more social networks, feel free to leave an issue. 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 also. If per se, 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.

Colophon

Thanks to the wonderful Font Awesome for their free-to-use icon font, and a big thank you to the JSONResume theme for their wonderful idea and helping me with a few issues on my part.