/online-resume

A Jekyll theme for resume / cv based on Markdown. Demo: https://tarrex.github.io/online-resume

Primary LanguageHTMLMIT LicenseMIT

online-resume

English | 简体中文


Yet another resume template based on Jekyll. You can write your resume using Markdown, it will be rendered into HTML and can be printed as PDF file.

Features:

  • Easy to use/edit/hide
  • Jekyll + Markdown + Github Pages
  • Multiple languages
  • Multiple skins
  • Content modular
  • Responsive display
  • Print-friendly

Getting Started

Usage

Quickly

Fork this repository:

Edit the YAML file located in _data/data.yml:

Setting the Github pages source branch in settings -> Github Pages -> source, select master branch:

Wait a little while, open https://YOUR_GITHUB_USERNAME.github.io/online-resume in your browser. You can see your resume.

with profile photo:

without profile photo:

If you want to print your resume, just press the shortcut of print. Also, it can be saved as a PDF file.

Locally

If you want to use it locally, you should clone this repository then just like deploying a regular Jekyll website.

Customization

  • _data/data.yml: All the resume content.
  • assets/images/profile.png: Your profile photo.
  • _config.yml: Site's general settings.
  • index.html: Change the resume content's display order.
  • _sass/_base.scss: Change the resume display style.

License

MIT

Others