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

https://github.com/michaelb/cv

My CV on github pages, because why not
https://github.com/michaelb/cv

Last synced: 11 days ago
JSON representation

My CV on github pages, because why not

Awesome Lists containing this project

README

          

Link to pages: [http://michaelb.github.io/cv](http://michaelb.github.io/cv).

This repo was created by [this](https://github.com/sneas/cv-template) template.

## Dev (notes to myself)

Things to modify are in:

- src/metadata/metadata.js
- src/templates/index.html

pay attention to not go over 1 page in French PDF version

## Usage

(need `npm`, `chromium` and to `npm install handlebars`)

1. Start local development server with `npm start`.
1. Update contents of `src` folder to fit your needs.
1. Commit and push your changes.
1. GitHub Actions will automatically build the latest version and deploy it to GitHub Pages.
1. Open `http://your-username.github.io/your-cv-repo`.