Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/godraadam/jsonresume-theme-minyma

A minymalistic theme for json-resume
https://github.com/godraadam/jsonresume-theme-minyma

handlebars jsonresume jsonresume-theme tailwindcss

Last synced: 27 days ago
JSON representation

A minymalistic theme for json-resume

Awesome Lists containing this project

README

        

# JSON Resume Minyma Theme
This is a theme for [JSON resume](https://jsonresume.org/): 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](screenshots/screenshot.png)
---
![screenshot](screenshots/screenshot2.png)

## Features
- [x] Responsive
- [ ] Dark mode variant: coming soon...

## Supported fields ( see [schema](https://jsonresume.org/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](https://handlebarsjs.com/) and [TailwindCSS](https://tailwindcss.com/)
```
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