0.2.1 • Published 10 years ago

jsonresume-theme-modern-with-projects-section v0.2.1

Weekly downloads
26
License
Creative Commons
Repository
github
Last release
10 years ago

jsonresume-theme-modern-with-projects-section

Schema to include personal projects:

  "personalProjects": [
    {
      "title": "Vanity",
      "description": "A notification broadcast platform for SaaS",
      "highlights": [
        "Written in python(django) and uses AngularJs on the client",
        "Enables creating new notifications, just by shooting an email"
      ],
      "status": "Finished",
      "website": "ethernet.cloudapp.net:8000"
    }
  ]

Add the above object as a root section in your resume.json.

To generate html:

resume export myResume.html --theme modern-with-projects-section --format html 

That's pretty much it!

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago

0.0.16

10 years ago