Skip to content

mohsenoid/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CV

Mohsen Mirhoseini's CV repo

This repo contains the CV's JSON file as an extension of the Json Resume Schema. The JSON Resume is an open-source initiative to create a JSON-based standard for resumes. For developers, by developers.

Steps to produce

Using the Google Chrome JSON Resume Exporter my LinkedIn profile is exported as JSON and then edited for improvements.

# HTML
resume export docs/index.html --theme jsonresume-theme-eshaham

# PDF
resume export docs/index.pdf --theme jsonresume-theme-eshaham

Theme

Themese can be founded here: https://npmjs.com/search?q=jsonresume-theme Installed theme jsonresume-theme-eshaham

npm install jsonresume-theme-eshaham

GitHub Action

Using the JSONResume Export GitHub Action, the CV output is exported to https://mohsenoid.github.io/cv/ after every change.