Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evenchange4/cv
📝Michael Hsu's CV
https://github.com/evenchange4/cv
awesome-cv cv latex resume
Last synced: 14 days ago
JSON representation
📝Michael Hsu's CV
- Host: GitHub
- URL: https://github.com/evenchange4/cv
- Owner: evenchange4
- License: mit
- Created: 2018-06-22T03:21:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-05T13:35:25.000Z (over 3 years ago)
- Last Synced: 2024-11-01T06:42:17.296Z (2 months ago)
- Topics: awesome-cv, cv, latex, resume
- Language: TeX
- Homepage: https://cv.michaelhsu.tw
- Size: 768 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Michael Hsu CV
[![Travis][travis-badge]][travis]
[![license][license-badge]][license]## Demo
- https://cv.michaelhsu.tw
## Usage
```shell
$ docker run --rm \
-w "/doc" \
-v $(pwd):/doc \
thomasweise/texlive:1.0.0 \
make
```## Development
Live reload on Mac:
```
$ fswatch -0 ./src | xargs -0 -n 1 -I {} \
docker run --rm -w "/doc" -v $(pwd):/doc thomasweise/texlive:1.0.0 make pdf
```## Deploy to GitHub pages
> Any git commits push to master branch.
```shell
$ git push origin master
```## Inspiration
- https://github.com/posquit0/Awesome-CV
---
## CONTRIBUTING
- ⇄ Pull requests and ★ Stars are always welcome.
- For bugs and feature requests, please create an issue.
- Pull requests must be accompanied by passing automated tests.## [LICENSE](LICENSE)
MIT: [http://michaelhsu.mit-license.org](http://michaelhsu.mit-license.org)
[travis-badge]: https://travis-ci.com/evenchange4/cv.svg?branch=master
[travis]: https://travis-ci.com/evenchange4/cv
[license-badge]: https://img.shields.io/github/license/evenchange4/cv.svg?style=flat-square
[license]: http://michaelhsu.mit-license.org/