https://github.com/wincent/cv
📜Curriculum vitae
https://github.com/wincent/cv
Last synced: 8 months ago
JSON representation
📜Curriculum vitae
- Host: GitHub
- URL: https://github.com/wincent/cv
- Owner: wincent
- License: unlicense
- Created: 2018-02-26T06:45:26.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-05-27T10:18:17.000Z (about 2 years ago)
- Last Synced: 2024-10-12T06:09:55.732Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://greg.hurrell.net/
- Size: 3.34 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.md
Awesome Lists containing this project
README
# My CV
- `yarn run build`: Builds CV in English and Spanish in multiple output formats (PDF, Markdown, HTML and plaintext) and levels of detail.
- `yarn run publish`: Copy latest public build artifacts to [the "gh-pages" branch](https://github.com/wincent/cv/tree/gh-pages).
- `yarn test`: Check JS formatting.
- `yarn format`: Fix JS formatting.
To decrypt encrypted content:
```
git submodule update --init
cd vendor/git-cipher
git submodule update --init
cd -
vendor/git-cipher/bin/git-cipher unlock
```
# Output
Built copies can be found at [https://greg.hurrell.net/](https://greg.hurrell.net/):
## English
| Brief | Extended |
| ----------------------------------------------- | ---------------------------------------------------- |
| [HTML](https://greg.hurrell.net/cv.en.html) | [HTML](https://greg.hurrell.net/cv-full.en.html) |
| [PDF](https://greg.hurrell.net/cv.en.pdf) | [PDF](https://greg.hurrell.net/cv-full.en.pdf) |
| [Markdown](https://greg.hurrell.net/cv.en.md) | [Markdown](https://greg.hurrell.net/cv-full.en.md) |
| [Plaintext](https://greg.hurrell.net/cv.en.txt) | [Plaintext](https://greg.hurrell.net/cv-full.en.txt) |
## Spanish
| Brief | Extended |
| ----------------------------------------------- | ---------------------------------------------------- |
| [HTML](https://greg.hurrell.net/cv.es.html) | [HTML](https://greg.hurrell.net/cv-full.es.html) |
| [PDF](https://greg.hurrell.net/cv.es.pdf) | [PDF](https://greg.hurrell.net/cv-full.es.pdf) |
| [Markdown](https://greg.hurrell.net/cv.es.md) | [Markdown](https://greg.hurrell.net/cv-full.es.md) |
| [Plaintext](https://greg.hurrell.net/cv.es.txt) | [Plaintext](https://greg.hurrell.net/cv-full.es.txt) |