https://github.com/davidyslu/resume
Personal resume created by JSON Resume
https://github.com/davidyslu/resume
html json json-resume
Last synced: about 1 year ago
JSON representation
Personal resume created by JSON Resume
- Host: GitHub
- URL: https://github.com/davidyslu/resume
- Owner: davidyslu
- License: gpl-3.0
- Created: 2018-11-06T17:22:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-23T16:32:09.000Z (about 7 years ago)
- Last Synced: 2025-05-14T10:33:07.967Z (about 1 year ago)
- Topics: html, json, json-resume
- Language: HTML
- Homepage: https://yungshenglu.github.io/resume/
- Size: 146 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# David's Personal Resume
This repository is my personal resume created by [JSON Resume](https://jsonresume.org/getting-started/). If you have any suggestions or questions about this blog, feel free to contact me.
* Please visit https://yungshenglu.github.io/resume/ to view the site.
---
## Commands
### Installation
1. Install the [JSON Resume](https://jsonresume.org/getting-started/)
```bash
$ npm install -g resume-cli
```
2. Install the theme named [Kendall](http://themes.jsonresume.org/theme/kendall) of the resume
```bash
$ npm install -g jsonresume-theme-kendall
```
### Generation
* Export the resume to HTML file with Kendall's theme
```bash
$ resume export --theme kendall index.html
running validation tests on resume.json ...
Checking NPM for latest version...
✓ Passed all validation tests.
To publish your resume at https://jsonresume.org type the command resume publish
Your resume-cli software is up-to-date.
Done! Find your new .html resume at:
/index.html
```
---
## SEO and Personal Icon
* Add SEO into `index.html`
```html
```
* Add personal icon into `index.html`
```html
```
---
## Author
* [David Lu](https://github.com/yungshenglu)
---
## License
[GNU GENERAL PUBLIC LICENSE Version 3](LICENSE)