https://github.com/zequez/cv-maker
Curriculum vitae static page with all my information. Some companies ask me for a CV, so I made one.
https://github.com/zequez/cv-maker
Last synced: about 1 year ago
JSON representation
Curriculum vitae static page with all my information. Some companies ask me for a CV, so I made one.
- Host: GitHub
- URL: https://github.com/zequez/cv-maker
- Owner: Zequez
- Created: 2021-03-25T01:43:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-06T17:44:26.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T01:41:41.248Z (over 1 year ago)
- Language: Pug
- Size: 372 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Curriculum Vitae
So it seems like my personal website is not enough for some entities,
so here I managed to compile on a condensed format the whole thing
that companies care about. Hopefully it will satisfy their needs.
The CV lives here on the root of the domain: [cv.zequez.space](https://cv.zequez.space)
There is also a [raw version with minimal styling](https://cv.zequez.space/raw) and the full data visible for copy-pasting into a document or printing.
## Development
```
yarn dev
```
## Build
```
yarn build
```
## Deploy to Github Pages
From the root of the project:
```
git clone https://github.com/Zequez/cv-maker --branch gh-pages gh-pages
```
That will create a folder called "gh-pages" on the directory, which is
ignored by .gitignore.
Then whenever you want to build & deploy just run:
```
./deploy.sh
```
No need to mess with subtrees, and I don't need to commit the build to the
main branch.