JSON-based standard for resumes can be found at https://jsonresume.org.
To create your own resume, install resume-cli from npm:
npm install -g resume-cli
To install some specific themes:
npm install -g jsonresume-theme-elegant
Convert your resume to different formats
resume export resume.html --theme elegant
You can register an account and publish to jsonresume servers
resume register
Then simply type:
resume publish --theme=elegant
If when you try to do a resume publish
to your account you are not able to enter the email or other details. Try to use the following command first:
resume login