Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emasuriano/jsonresume-theme-standard-resume
Standard Resume JSONResume theme
https://github.com/emasuriano/jsonresume-theme-standard-resume
json-resume pdf resume standard theme
Last synced: 3 months ago
JSON representation
Standard Resume JSONResume theme
- Host: GitHub
- URL: https://github.com/emasuriano/jsonresume-theme-standard-resume
- Owner: EmaSuriano
- Created: 2019-11-07T17:28:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-02-05T23:42:12.000Z (12 months ago)
- Last Synced: 2024-11-01T12:42:00.718Z (3 months ago)
- Topics: json-resume, pdf, resume, standard, theme
- Language: Handlebars
- Homepage: https://jsonresume-theme-standard-resume.netlify.app/
- Size: 944 KB
- Stars: 7
- Watchers: 3
- Forks: 6
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jsonresume-theme-standard-resume
[![Master](https://github.com/EmaSuriano/jsonresume-theme-standard-resume/actions/workflows/master.yml/badge.svg)](https://github.com/EmaSuriano/jsonresume-theme-standard-resume/actions/workflows/master.yml)
[![Netlify Status](https://api.netlify.com/api/v1/badges/2b52e998-4c7c-4878-a797-c9f65a57414e/deploy-status)](https://app.netlify.com/sites/jsonresume-theme-standard-resume/deploys)> [JSON Resume](https://jsonresume.org/) theme based on [Standard Resume](https://standardresume.co/r/jeffleu) style.
## [Demo](https://jsonresume-theme-standard-resume.netlify.app/)
## How to use
We're going to use the official [resume-cli](https://github.com/jsonresume/resume-cli) to run our development server.
```bash
# Download official resume CLI
> npm install -g resume-cli# Download Theme
> npm install -g jsonresume-theme-standard-resume# Display your resume with the theme
> resume serve -t standard-resume
Preview: http://localhost:4000
```## Development
I provided three scripts inside the `package.json`:
- `yarn start`: Start server on [http://localhost:3000/](http://localhost:3000/), and generate `html` and `pdf` on demand.
- `yarn build`: Generate `html` and `pdf` file and store it inside `/public`.
- `yarn preview`: Start static server on `/public`.## License
MIT.