jsonresume-theme-minyma

0.0.5 • Public • Published

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

screenshot

screenshot

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 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

Readme

Keywords

Package Sidebar

Install

npm i jsonresume-theme-minyma

Weekly Downloads

17

Version

0.0.5

License

ISC

Unpacked Size

45.7 kB

Total Files

9

Last publish

Collaborators

  • godraadam