jsonresume-theme-minyma
v0.0.5
Published
A custom theme for jsonresume
Downloads
45
Readme
JSON Resume Minyma Theme
This is a theme for JSON resume: an awesome open source project for generating uniform resumes, with free hosting and customizable themes.
Useage
Prerequisites
npm i -g resume-cli
Create your resume json
touch resume.json
Install the theme
npm i jsonresume-theme-minyma
resume export resume.pdf --theme minyma
resume export resume.html --theme minyma
Screenshots
Features
- [x] Responsive
- [ ] Dark mode variant: coming soon...
Supported fields ( see schema)
- [x] Avatar image
- [x] Profiles
- [x] Email
- [x] Phone number
- [x] Personal site
- [x] Work
- [x] Education
- [x] Projects
- [x] Skills
- [x] Languages
- [x] Interests
- [x] Awards
- [x] Certificates
- [x] Publications
- [x] Location
- [ ] Volunteer
- [ ] References
Contribute
This project uses Handlebars and TailwindCSS
git clone [email protected]/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