This is a theme for JSON resume: an awesome open source project for generating uniform resumes, with free hosting and customizable themes.
npm i -g resume-cli
touch resume.json
npm i jsonresume-theme-minyma
resume export resume.pdf --theme minyma
resume export resume.html --theme minyma
- Responsive
- Dark mode variant: coming soon...
Supported fields ( see schema)
- Avatar image
- Profiles
- Phone number
- Personal site
- Work
- Education
- Projects
- Skills
- Languages
- Interests
- Awards
- Certificates
- Publications
- Location
- Volunteer
- References
This project uses Handlebars and TailwindCSS
git clone git@github.com/godraadam/jsonresume-minyma.git
cd jsonresume-minyma
npm install
npm run dev
- create branch
feature/my-feature
- make changes in
src/template.hbs
- commit, publish branch
- open pull request