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

https://github.com/wincent/cv

📜Curriculum vitae
https://github.com/wincent/cv

Last synced: 8 months ago
JSON representation

📜Curriculum vitae

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) |