Skip to content
/ cv Public

Template for creating resume with GitHub pages

Notifications You must be signed in to change notification settings

onionj/cv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Example resume created by this template (my resume): 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

About

Template for creating resume with GitHub pages

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published