resumecards
[Unmaintained] A Markdown based resume generator. It looks great on mobile/desktop and can be saved as PDF.
:briefcase: ResumeCards :briefcase:
ResumeCards is a Markdown based resume generator. It looks great on mobile/desktop and can be saved as PDF.
You can save it as PDF too:
:briefcase: Installation :briefcase:
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
- Once the server is started, you must go to http://localhost:4000/resumecards/, since
baseurl
is set as"/resumecards"
initially. To use http://localhost:4000/, changebaseurl
in_config.yml
to""
.
:briefcase: Usage :briefcase:
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 changebaseurl
andurl
.- Make sure to restart the server after you update
_config.yml
.
- Make sure to restart the server after you update
_data/resume.yml
: You must changephoto
,name
andurl
. Also, you must setdemo
tofalse
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
Looking for Support or Custom Solutions?
We specialize in creating stunning, fully-customized Jekyll websites tailored to your needs.
If you need assistance with setup, customization, or support, don't hesitate to contact us.
CONTACT US