https://github.com/adrienjoly/cv
CV SHODO
https://github.com/adrienjoly/cv
Last synced: 7 months ago
JSON representation
CV SHODO
- Host: GitHub
- URL: https://github.com/adrienjoly/cv
- Owner: adrienjoly
- License: mit
- Created: 2022-09-11T08:54:14.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T19:09:31.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T00:18:35.069Z (9 months ago)
- Language: SCSS
- Homepage: https://adrienjoly.com/cv/
- Size: 1.58 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 footersFeel 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
```