Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/godraadam/jsonresume-theme-minyma
- Owner: godraadam
- Created: 2022-12-06T14:07:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-27T15:44:53.000Z (8 months ago)
- Last Synced: 2024-07-05T16:41:25.216Z (4 months ago)
- Topics: handlebars, jsonresume, jsonresume-theme, tailwindcss
- Language: JavaScript
- Homepage:
- Size: 582 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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