https://github.com/onionj/cv
Template for creating resume with GitHub pages
https://github.com/onionj/cv
cv gh-pages resume resume-template resume-website
Last synced: about 1 month ago
JSON representation
Template for creating resume with GitHub pages
- Host: GitHub
- URL: https://github.com/onionj/cv
- Owner: onionj
- Created: 2022-07-11T14:04:12.000Z (almost 3 years ago)
- Default Branch: gh-pages
- Last Pushed: 2025-03-01T13:36:52.000Z (2 months ago)
- Last Synced: 2025-03-01T14:31:08.971Z (2 months ago)
- Topics: cv, gh-pages, resume, resume-template, resume-website
- Language: HTML
- Homepage:
- Size: 20.3 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Template for creating resume with GitHub pages
### What is GitHub Pages?
GitHub Pages is a simple service to publish a website directly on GitHub from a Git repository. You add some files and folders to a repository and GitHub Pages turns it into a website. See [GitHub Pages Documentation](https://docs.github.com/en/pages/quickstart)
Example resume created by this template (my resume): [onionj.github.io/cv/](https://onionj.github.io/cv/)
### content and configs:
Edit `_config.yml` and `index.md` file.### publish in github:
Run `make update` or run:\
`git add .` \
`git commit -m "update"` \
`git push origin gh-pages` \### create pdf:
Run `make pd` or run:\
`pip3 install pdfkit pyyaml` \
`python3 create_pdf.py`