Coder Social home page Coder Social logo

cv's Introduction

CV

Renovate enabled styled with prettier styled components Build Status

Netlify Status

CV using Gatsby and JSON Schema

Want to use this template with your data? Read on... ๐Ÿ‘€

Requirements

  • Zeit now account or somewhere to statically host your data
  • Your own JSON Schema CV

I made this to understand how Gatsby gets API data and uses it, you could probably do something statically with the data locally if you prefer.

If you want to use this for your own purposes you will need to create your own json CV via JSON Schema and create an alias for the cv.json file in now.

There's a resume-cli you can use to get started with your CV, navigate to where you want your resume.json file and use:

npx resume-cli init
# I prefer to use npx over globally
# installing and app I'll use rarely

This will create a bare bones .json file to use, you will be prompted for your name and email, the rest is filler.

In the folder cvdata there's some npm scripts to help manage the importing and exporting the CV data.

In the now.json file you can add your preferred alias for where your CV data is going to live.

Note that if you change the "name" value in the now.json file you'll also need to change the npm scripts in cvdata/package.json

{
  "name": "cvjson",
  "alias": "cvjson.now.sh"
}

Add your cv.json to the folder:

cvdata/cvjson/cv.json

You can then upload to now with the npm scripts provided:

npm run pushCv
# pull data for editing
npm run pullCv
# after running pushCv the following scripts run
npm run aliasIt # alias' the deployment
npm run killCv # removes local cv data
npm run cleanup # removes stale deploys

cv's People

Contributors

spences10 avatar renovate-bot avatar imgbotapp avatar greenkeeper[bot] avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.