0.0.1 • Published 1 year ago

@godraadam/jsonresume-theme-minyma v0.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

JSON Resume Minyma Theme

This theme is a minymal 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

  • Responsive
  • Dark mode variant: coming soon...

Supported fields ( see schema)

  • Avatar image
  • Profiles
  • Email
  • Phone number
  • Personal site
  • Work
  • Education
  • Projects
  • Skills
  • Languages
  • Interests
  • Awards
  • Certificates
  • Publications
  • 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
0.0.1

1 year ago