Skip to content

Using GitHub.com to host your résumé and profile for free! Originally created for the 2022 UFIT Tech Fair

License

Notifications You must be signed in to change notification settings

magitz/github-resume-info

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GitHub For your Job Search

Using GitHub.com to host your résumé and profile for free!

UFIT 2022 Tech Fair header image

This site has been created to provide information on hosting your résumé online for free using GitHub.com and GitHub Pages using free résumé templates. Especially if you use GitHub to share code, I also cover setting up your GitHub profile.


What is GitHub?

Github.com is the leading site for building, delivering, and maintaining code. Using the industry standard git technology, GitHub.com provides an online resource for version control and hosting your portfolios. GitHub also provides GitHub Pages as a way of hosting free websites!

GitHub Profile Page

Your profile page is what is displayed when someone navigates to your username on github.com. For example, here's mine: https://github.com/magitz

To create your profile page, create a git repository with the same name as your username. The README.md file in that repository is your profile page. Use Markdown to add content and format the page.

Checkout the GitHub Documentation on Profile pages.

Note: If you want to have both a profile page and a website at your username.github.io, just publish your web content from the gh-pages branch of your repository!


GitHub Pages: ✨Free🌟 website hosting!

Any GitHub repositroy can have an associated website. This can either be on the main branch, or a branch dedicated to the web content.

Guides to creating your GitHub Pages site

Sites with GitHub résumé templates

Site Framework (see below) Sample
sproogen/modern-resume-theme Jekyll and YAML Link ot image of Modern Resume Theme example
Sample C3 resume for Alberta Jane using the modern-resume-theme
Postcards R and R-Markdown Several formats available
Link to image of Trestles resume example
jglovier/resume-template Jekyll and HTML Link to image of resume template example
Simple Resume Hugo Link to Simple Resume example (example hosted using Netlify, another option)
Vitae R and R Markdown Many options available, here's one
Link to one of many Vitae examples
The Jekyll Themes site has a résumé tag Jekyll Many options

Frameworks for hosting on GitHub

GitHub Pages essentially uses static HTML to serve your site and most any static site generator will likely work. I'm listing a few options, for your résumé, keep it simple, but if you want to explore other options for GitHub Pages, know that there are many!

About

Using GitHub.com to host your résumé and profile for free! Originally created for the 2022 UFIT Tech Fair

Resources

License

Stars

Watchers

Forks