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

https://github.com/adrienjoly/cv

CV SHODO
https://github.com/adrienjoly/cv

Last synced: 7 months ago
JSON representation

CV SHODO

Awesome Lists containing this project

README

          

# CV

My resume:
- maintained as markdown file ([index.md](index.md))
- rendered using Jekyll, by GitHub Pages
- readable online: https://adrienjoly.com/cv/
- printable as a PDF file, with page footers

Feel free to fork!

## How to use locally

After installing Ruby and its bundler:

```sh
$ git clone https://github.com/adrienjoly/cv.git
$ cd cv
$ make build # builds static HTML in _site/
$ make # serve the CV on local HTTP, with auto-regeneration
```