:point_right: online-resume :point_left:
Online-Resume is a Jekyll theme designed for creating resumes. It enables you to write your resume in YAML file using Markdown and manage it through Git. It can be displayed on a web page and printed as a PDF file directly from the browser.
You can deploy it on various platforms that support Jekyll or static files, such as GitHub Pages, Cloudflare Pages, Vercel, Netlify, your own hosting service, and others.
Features:
settings
option above.pages
in the Code and automation category on the left.source
, drop down and select Deploy from a branch
.branch
, drop down and select master
branch.save
button on the right.https://YOUR_GITHUB_USERNAME.github.io/online-resume
in your browser._data/data.yml
file directly to update your resume._data/data.yml
: Edit the resume content.assets/images/profile.png
: Your profile photo._config.yml
: Website and theme style settings.There is an order
option in each section, you can adjust the order by modifying this, the smaller the value the more forward the position.
If there is no content you want to keep in the section, you can remove it directly. If you want to keep the content, you can set the value of the show
option of the section to false
.
For example, if you already have an English version resume and you want to create a Chinese version. Copy a data.yml
file in the _data
folder named cn.yml
and edit the content, then copy an index.html
file in the root directory named cn.html
and change the {%- assign data = site.data.data %}
in the cn.html
file to {%- assign data = site.data.cn %}
. After successful building, you can preview the Chinese version of your resume by visiting https://YOUR_GITHUB_USERNAME.github.io/online-resume/cn
.
You can read and follow Cloudflare Pages, Vercel documents.