Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/klpod221/cv
// My CV as a web page
https://github.com/klpod221/cv
Last synced: about 1 month ago
JSON representation
// My CV as a web page
- Host: GitHub
- URL: https://github.com/klpod221/cv
- Owner: klpod221
- Created: 2023-09-05T17:44:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-23T16:42:31.000Z (2 months ago)
- Last Synced: 2024-10-23T22:20:09.722Z (2 months ago)
- Language: HTML
- Homepage: https://klpod221.site/cv/
- Size: 2.56 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
--// klpod221's CV //--
# About
This is my CV repository. Here you can find my CV in different formats or you can see it online [here](https://klpod221.github.io/cv/).
You can also clone this repository and use it as a template for your own CV.
# Usage
To use this repository as a template for your own CV, you can clone it and start editing the files. You can also fork it and make your changes there.
To export the CV to PDF or PNG, you can use [Puppeteer](https://pptr.dev/) like me or you can use any other tool you like.
However, if you want to use Puppeteer, you can use the following command to generate the files:
```bash
npm install (or yarn install)
node export.js
```This will generate a PDF and a PNG file in the `output` folder.