Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A simple Jekyll + GitHub Pages powered resume template that lets you publish a free resume site on your GitHub account.

A customizable Jekyll portfolio theme with about, portfolio, and tools sections, easily configured via _config.yml.
Resume Template is a free, open-source Jekyll resume template that turns a GitHub repository into a personal resume website hosted on GitHub Pages. The template is developed by jglovier (Joel Glovier) and published on GitHub with an MIT license, so you can clone or fork the repository, replace the demo content, and publish your own resume at a yourusername.github.io URL without paying for hosting.
Resume Template is a Jekyll-based static site generator theme designed to present professional resume information as a single-page website. It takes structured resume content — name, contact details, work experience, education, skills, and links — and produces a clean, print-friendly HTML page styled with CSS. The core configuration lives in _config.yml, while the page structure is defined in _layouts/resume.html. The demo content features a fictional "Lisa M. Simpson" profile used for educational purposes under fair use.
gh-pages branch.yourusername.github.io/resume-template; renaming the repository to resume gives you yourusername.github.io/resume._layouts/resume.html, while site-wide settings such as name or navigation live in _config.yml.localhost:4000 after running bundle install and bundle exec jekyll serve.docker image build and docker run.Resume Template is for developers and job seekers who are comfortable with Git and want a free, self-hosted resume site. A software engineer can fork the repo, edit _layouts/resume.html with their own experience, and deploy to GitHub Pages in minutes. A designer can use the single-page layout as a starting point and restyle the CSS to match a personal brand. A student with a GitHub account can publish a professional-looking resume without purchasing a domain or hosting plan.
gh-pages branch to go live.The template follows the standard Jekyll workflow: you fork the repository, customize _config.yml and _layouts/resume.html, then either run bundle exec jekyll serve locally or push the branch to GitHub Pages to generate the static site. Docker is also supported, letting you build and run the site in a container without a local Ruby environment.
Yes. The source code is released under the MIT License, and GitHub Pages hosting is free for public repositories. You only pay if you choose to buy a custom domain separately.
Basic familiarity with Git and editing YAML/HTML is helpful. The README includes step-by-step commands for running locally and publishing, but no prior Jekyll experience is required.
The demo profile is "Lisa M. Simpson" from the television show, included under fair use for educational purposes. You are expected to replace all of it with your own information, and the project license does not cover that demo content.
Yes. The repository links to GitHub's official guide for setting up a custom domain with GitHub Pages, and you can add a CNAME record to point your domain at the site.
Currently the template ships with one theme. The project maintains a roadmap and encourages feature requests, so additional themes may be added in future releases.
