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

@mhjadav/gatsby-theme-cv

v1.0.23

Published

Checkout this link to understand how to use gatsby theme (https://www.gatsbyjs.org/tutorial/using-a-theme/)

Downloads

75

Readme

Gatsby Theme CV

Build Your CV in Just 2 Min

Checkout this link to understand how to use gatsby theme (https://www.gatsbyjs.org/tutorial/using-a-theme/)

Let's Start adding your details

  1. Create project directory

  2. cd directory

  3. yarn init -y

    Add below script in package.json file

    "scripts": {
        "build": "gatsby build",
        "develop": "gatsby develop",
        "serve": "gatsby serve",
        "clean": "gatsby clean"
    }
  4. yarn add gatsby react react-dom @mhjadav/gatsby-theme-cv

  5. add gatsby-config.js and add below code

    module.exports = {
        plugins: [
            {
                resolve: '@mhjadav/gatsby-theme-cv',
                options: {
                    contentPath: 'data',
                    basePath: '/'
                }
            }
        ]
    }
  6. Create data/cv.json and data/images/pic.jpg

  7. Check out sample json below and replace content as you like

  8. gatsby develop got to http://localhost:8000/

Sample JSON

{
    "profilePic": "images/profile.jpg",
    "metaInfo": {
        "title": "Mahipat Jadav Portfolio",
        "description": "Full stack developer, I have designed and developed fast and responsive web applications using Javascript, ReactJS, Redux, NodeJs, GraphQl, Bootstrap, Gatsby",
        "favicon": "",
        "website": ""
    },
    "about": {
        "name": "Mahipat Jadav",
        "location": "Ahmedabad, Gujarat",
        "email": "[email protected]",
        "phoneNumber": "+91-9898226919",
        "description": "Full stack developer, I have designed and developed fast and responsive web applications using Javascript, ReactJS, Redux, NodeJs, GraphQl, Bootstrap, Gatsby"
    },
    "skills": [
        {
            "name": "Javascript",
            "rating": "8",
            "maxRating": "10"
        },
        {
            "name": "Html",
            "rating": "10",
            "maxRating": "10"
        },
        {
            "name": "Css",
            "rating": "5",
            "maxRating": "10"
        },
        {
            "name": "React",
            "rating": "8",
            "maxRating": "10"
        }
    ],
    "langauges": [
        {
            "name": "Gujarati",
            "rating": "10",
            "maxRating": "10"
        },
        {
            "name": "Hindi",
            "rating": "10",
            "maxRating": "10"
        },
        {
            "name": "English",
            "rating": "8",
            "maxRating": "10"
        }
    ],
    "social": [
        {
            "name": "github",
            "link": "https://github.com"
        },
        {
            "name": "twitter",
            "link": "https://twitter.com"
        },
        {
            "name": "linkedin",
            "link": "https://linkedin.com"
        }
    ],
    "experience": [
        {
            "title": "Software Enginer",
            "company": "Company Pvt. Ltd.",
            "from": "March 2017",
            "to": "Current",
            "description": "Lorem ipsum dolor sit amet. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste."
        },
        {
            "title": "Software Enginer",
            "company": "Company Pvt. Ltd.",
            "from": "March 2017",
            "to": "July 2019",
            "description": "Lorem ipsum dolor sit amet. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste."
        },
        {
            "title": "Software Enginer",
            "company": "Company Pvt. Ltd.",
            "from": "March 2017",
            "to": "July 2019",
            "description": "Lorem ipsum dolor sit amet. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste."
        },
        {
            "title": "Software Enginer",
            "company": "Company Pvt. Ltd.",
            "from": "March 2017",
            "to": "July 2019",
            "description": "Lorem ipsum dolor sit amet. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste."
        }
    ],
    "education": [
        {
            "title": "Compouter Science And Engineering",
            "college": "Some College of Engineering 1",
            "from": "June 2007",
            "to": "Current",
            "description": "Lorem ipsum dolor sit amet. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste."
        },
        {
            "title": "Compouter Science And Engineering",
            "college": "Some College of Engineering 1",
            "from": "June 2007",
            "to": "July 2011",
            "description": "Lorem ipsum dolor sit amet. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste."
        },
        {
            "title": "Compouter Science And Engineering",
            "college": "Some College of Engineering 1",
            "from": "June 2007",
            "to": "July 2011",
            "description": "Lorem ipsum dolor sit amet. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste."
        },
        {
            "title": "Compouter Science And Engineering",
            "college": "Some College of Engineering 1",
            "from": "June 2007",
            "to": "July 2011",
            "description": "Lorem ipsum dolor sit amet. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste."
        },
        {
            "title": "Compouter Science And Engineering",
            "college": "Some College of Engineering 1",
            "from": "June 2007",
            "to": "July 2011",
            "description": "Lorem ipsum dolor sit amet. Praesentium magnam consectetur vel in deserunt aspernatur est reprehenderit sunt hic. Nulla tempora soluta ea et odio, unde doloremque repellendus iure, iste."
        }
    ]
}