Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
A minimalist Jekyll theme for your resume.
Online-resume is a minimalist Jekyll theme that turns a YAML resume file into a responsive web page and a print-ready PDF, deployable to any static hosting platform. It is an open-source project on GitHub by tarrex, released under an MIT license.
Online-resume is a Jekyll theme for building and hosting a resume website. You write your resume content in a YAML data file using Markdown syntax, and the theme renders it as a clean, responsive web page. The same page can be printed to PDF directly from the browser without extra software. The source repository is at github.com/tarrex/online-resume, and a live demo is available at tarrex.github.io/online-resume.
_data/data.yml to update your work experience, education, skills, and other sections without touching HTML._config.yml, and swap the profile photo via assets/images/profile.png.order and a show option, so you can rearrange or hide parts of the page.master, and edit _data/data.yml.cn.yml) and a matching index page (for example cn.html) to serve your resume in multiple languages.Each section in the YAML data file has an order option. The smaller the number, the closer the section appears to the top of the page. You can edit these values directly in _data/data.yml.
Set the show option of that section to false in the YAML data file. The content stays in the file but will not appear on the rendered resume.
Copy _data/data.yml to a new file such as _data/cn.yml, translate the content, then copy the root index.html to cn.html and change the data-source assignment in that file to point to the new data file. After rebuilding, the translated resume is available at a URL like https://YOUR_GITHUB_USERNAME.github.io/online-resume/cn.
Yes. The repository provides links to the official Cloudflare Pages and Vercel guides for deploying a Jekyll site. Because the output is static, you can also host it on any platform that serves static files.
If you prefer a different static site generator, there is an official Hugo version of this theme with the same resume-focused design.
