Giter Site home page Giter Site logo

mathieudutour / jsonresume-theme-github Goto Github PK

View Code? Open in Web Editor NEW
15.0 3.0 1.0 265 KB

A theme for JSON Resume based on Primer

Home Page: https://mathieudutour.github.io/jsonresume-theme-github

JavaScript 20.85% Handlebars 73.32% SCSS 5.83%
jsonresume jsonresume-theme primer github

jsonresume-theme-github's Introduction

JSON Resume Theme Github

A JSON Resume theme looking like a GitHub profile.

Inspired by @nataliemarleny. Built using Primer.

Preview

The theme can be previewed at https://mathieudutour.github.io/jsonresume-theme-github.

Getting Started

Checkout https://jsonresume.org/getting-started/.

There are some addition to the JSON Resume schema in order to control the "pinned" stuff. You can add "pinned": true to any work, volunteer, award, publications, education, or projects.

Automatically publish your resume

Create a new repository with 2 files:

  • resume.json: your JSON resume.

  • .github/workflows/publish_resume.yml:

    name: "Publish Resume"
    on:
      push:
        branches:
          - master
    
    jobs:
      publish_resume:
        runs-on: ubuntu-latest
        steps:
          - uses: actions/checkout@v1
          - uses: actions/setup-node@v1
    
          - name: Install the dependencies
            run: npm install resume-cli jsonresume-theme-github
    
          - name: Build the resume
            run: ./node_modules/.bin/resume export public/index.html --theme github
    
          - name: Deploy
            uses: peaceiris/actions-gh-pages@v3
            with:
              github_token: ${{ secrets.GITHUB_TOKEN }}
              publish_dir: ./public

License

MIT

jsonresume-theme-github's People

Contributors

dependabot[bot] avatar mathieudutour avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

thomasdavis

jsonresume-theme-github's Issues

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.