Skip to content

A Markdown based resume generator. It looks great on mobile/desktop and can be saved as PDF.

Notifications You must be signed in to change notification settings

weitzman/weitzman.github.io

This branch is 46 commits ahead of, 16 commits behind ellekasai/resumecards:gh-pages.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8b54b41 ยท Feb 26, 2024
May 16, 2016
May 25, 2017
Jun 28, 2022
Jan 16, 2015
Jan 14, 2015
Jan 14, 2015
May 16, 2016
Mar 1, 2019
Jan 3, 2015
Feb 26, 2024
Dec 28, 2014
Jan 14, 2015
May 25, 2017
May 25, 2017

Repository files navigation

๐Ÿ’ผ ResumeCards ๐Ÿ’ผ

ResumeCards is a Markdown based resume generator. It looks great on mobile/desktop and can be saved as PDF.

๐Ÿ’ผ Live Demo ๐Ÿ’ผ

You can save it as PDF too:

๐Ÿ’ผ Installation ๐Ÿ’ผ

Note: ResumeCards uses Jekyll. Please read Jekyll's documentation if you get stuck.

Fork this repo, clone it, and then run:

bundle install

...which installs github-pages gem. After that, run the server:

jekyll serve --watch

Warning

๐Ÿ’ผ Usage ๐Ÿ’ผ

Editing Your Resume

Edit _posts/card-[1-9].md like this:

---
type: "Work Experience"
heading: "Bizreach"
subheading: "Junior Product Designer"
duration: "October 2013 โ€“ September 2014 (1 year)"
location: "Tokyo, Japan"
---

Write in markdown here...

If you don't need some of the metadata, just remove them:

---
type: "Work Experience"
heading: "Bizreach"
---

Other Files to Modify

You should change these files before deploying:

  • _config.yml: You must change baseurland url.
    • Make sure to restart the server after you update _config.yml.
  • _data/resume.yml: You must change photo, name and url. Also, you must set demo to false to hide everything but your resume.
  • CNAME: Change this to host ResumeCards on a custom domain.
  • README.md: Write your own README!
  • _includes/script.html: Extra stuff before the </body> tag. Change or remove the default Google Analytics code.
  • _includes/nav.html: Modify or remove your contact links.

Customize the Theme

To customize the color theme, edit the color section of _data/resume.yml.

Red

Pink

Brown

Blue

Purple

Teal

Green

๐Ÿ’ผ Author & License ๐Ÿ’ผ

Elle Kasai

MIT License.

๐Ÿ’ผ Special Thanks ๐Ÿ’ผ

About

A Markdown based resume generator. It looks great on mobile/desktop and can be saved as PDF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 88.9%
  • HTML 11.0%
  • Other 0.1%