Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/addono/cv
Source code of my single page Curriculum Vitae and cv.aknapen.nl
https://github.com/addono/cv
cicd curriculum-vitae cv latex nextjs typescript
Last synced: about 2 months ago
JSON representation
Source code of my single page Curriculum Vitae and cv.aknapen.nl
- Host: GitHub
- URL: https://github.com/addono/cv
- Owner: Addono
- Created: 2018-08-26T18:55:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T07:54:54.000Z (9 months ago)
- Last Synced: 2024-04-14T05:47:23.367Z (8 months ago)
- Topics: cicd, curriculum-vitae, cv, latex, nextjs, typescript
- Language: TeX
- Homepage: https://cv.aknapen.nl
- Size: 13.7 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Project Status: Active – The project has reached a stable, usable state and is being actively developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
# My Curriculum Vitae
Uses a CI/CD pipeline on [~Gitlab~](https://gitlab.com/Addono/CV/pipelines) [_GitHub_](./.github/workflows/ci.yaml) to ensure that the latest version is always tested and available [here](https://cv.aknapen.nl)!
## Website
This repository also contains a small website, which can be used to show the PDF full-page in the browser. The goal of this website is to improve the experience for mobile devices, as these do not support viewing the PDF in browser. Instead, they are prompted with a button to download the PDF or are redirected to LinkedIn.
There's also a little bit to gain for desktop users, as we do now control routing we can host the PDF anywhere we want and prompt our user to navigate to the root of our deployment, e.g. https://cv.aknapen.nl instead of https://cv.aknapen.nl/cv.pdf.
The website can be found in the subdirectory `website` and is automatically deployed to GitHub Pages together with the CV, if you decide to use that as your deployment option.
URLs and other personal details are still hardcoded, hence if you decide to reuse the website you would need to manually change them in `website/pages/index.tsx`.
### Analytics
The website supports the GPDR complient user analytics tool [GoatCounter](https://goatcounter.com/), this will automatically be enabled if you set the `GOATCOUNTER_CODE` environment variable to the name of your GoatCounter instance, e.g. I am using `addono-cv`. If you use Gitlab CI for deployment, then add the `GOATCOUNTER_CODE` under "Settings" > "CI / CD" > "Variables" and it will automatically be picked up in your next deployment.
## License
The license for all LaTeX templates used in this project are found at the start of each source file. The website accompanying this CV is build by Adriaan Knapen and released separately under the MIT license.