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

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

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)