Coder Social home page Coder Social logo

rocksun / jsonresume-theme-actual Goto Github PK

View Code? Open in Web Editor NEW

This project forked from davcd/jsonresume-theme-actual

0.0 0.0 0.0 2.12 MB

Actual Chinese theme for JSON Resume standard. Minimalist and modern resumes!

License: MIT License

JavaScript 35.33% CSS 16.41% Pug 25.74% SCSS 22.52%

jsonresume-theme-actual's Introduction

Actual theme for JSON Resume

Minimalist and modern theme for JSON Resume standard, designed for the v1.0.0 version.

  • Only meaningful information
  • Single color
  • Single font-family
  • Single page? Up to you!

Export examples

Maybe you would like to take a look at jsonresume-theme-actual-letter to create your letter.

Table of contents

What is JSON Resume?

JSON Resume is a community driven open source initiative to create JSON-based standard for resumes.

Prerequisites

npm install -g resume-cli

Export resume

npm install jsonresume-theme-actual

resume export resume.pdf --format pdf --theme actual
resume export resume.html --format html --theme actual

Contribute

git clone [email protected]:davcd/jsonresume-theme-actual.git
cd jsonresume-theme-actual

npm install

gulp

You can live edit any .scss or .pug file

Support

This theme supports the following JSON paths

resume.basics

{
  "basics": {
    "name": "Richard Hendriks",
    "label": "Software Developer",
    "email": "[email protected]",
    "phone": "(912) 555-4321",
    "url": "https://www.richardh.example.com",
    "summary": "Lorem ipsum...",
    "location": {
      "city": "San Francisco",
      "countryCode": "US",
      "region": "California"
    },
    "profiles": [
      {
        "url": "https://domain.com/rhendricks"
      }
    ]
  }
}
  • resume.basics.name and resume.basics.label are required
  • resume.basics.summary supports markdown

resume.work

{
  "work": [
    {
      "name": "Facebook",
      "location": "California, United States",
      "position": "Software Engineer",
      "url": "https://www.facebook.com/",
      "startDate": "2016-11-17",
      "endDate": "2018-07-22",
      "summary": "Lorem ipsum...",
      "highlights": [
        "Vitae purus faucibus ornare suspendisse",
        "Ut enim blandit volutpat maecenas"
      ]
    }
  ]
}
  • resume.work.summary supports markdown

resume.volunteer

{
  "volunteer": [
    {
      "organization": "Animal Refuge",
      "position": "Supervisor",
      "url": "https://example.com/",
      "startDate": "2012-10-11",
      "endDate": "2014-12-24",
      "summary": "Lorem ipsum...",
      "highlights": [
        "Maecenas at dictum sem",
        "Ut ac ex ac ipsum commodo"
      ]
    }
  ]
}
  • resume.volunteer.summary supports markdown

resume.education

{
  "education": [
    {
      "institution": "University of Stanford",
      "url": "https://www.stanford.edu/",
      "area": "Computer Science",
      "studyType": "Master"
    }
  ]
}
  • resume.education.area and resume.education.studyType supports markdown

resume.awards

{
  "awards": [
    {
      "title": "Website of the day",
      "awarder": "Awwward",
      "summary": "Lorem ipsum..."
    }
  ]
}
  • resume.awards.summary supports markdown

resume.certificates

{
  "certificates": [
    {
      "name": "AWS Certified Solutions Architect",
      "issuer": "Amazon Web Services",
      "url": "https://www.your-badge.com"
    }
  ]
}
  • resume.certificates.name supports markdown

resume.publications

{
  "publications": [
    {
      "name": "Chasing the Higgs Boson",
      "publisher": "The New York Times",
      "releaseDate": "2013-03-04",
      "url": "https://www.nytimes.com/",
      "summary": "Lorem ipsum..."
    }
  ]
}
  • resume.publications.summary supports markdown

resume.skills

{
  "skills": [
    {
      "name": "Languages",
      "keywords": [
        "Java",
        "Python"
      ]
    }
  ]
}

resume.languages

{
  "languages": [
    {
      "language": "English",
      "fluency": "Native"
    }
  ]
}

resume.interests

{
  "interests": [
    {
      "name": "Open Source"
    }
  ]
}

resume.references

{
  "references": [
    {
      "name": "Robert C. Martin",
      "reference": "Lorem ipsum..."
    }
  ]
}

resume.projects

{
  "projects": {
    "name": "Node.js",
    "description": "Lorem ipsum...",
    "highlights": [
      "Commodo elit at imperdiet dui",
      "Id volutpat lacus laoreet non"
    ],
    "startDate": "2011-08-26",
    "endDate": "2018-05-12",
    "url": "https://nodejs.org/",
    "roles": [
      "contributor",
      "evangelist"
    ]
  }
}
  • resume.projects.description supports markdown

jsonresume-theme-actual's People

Contributors

davcd avatar dependabot[bot] 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.