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
- Host: GitHub
- URL: https://github.com/michaelb/cv
- Owner: michaelb
- Created: 2021-05-23T12:13:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-09-14T08:41:59.000Z (10 months ago)
- Last Synced: 2026-03-01T13:46:04.300Z (4 months ago)
- Language: JavaScript
- Size: 12.6 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.