This project is based on @ellekasai's ResumeCards, which is no longer maintained.
ResumeCards is a Markdown based resume generator. It looks great on mobile/desktop and can be saved as PDF.
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
- Once the server is started, you must go to http://localhost:4000/, since
baseurl
is set as""
initially. To use http://localhost:4000/somewhere, changebaseurl
in_config.yml
to"/somewhere"
.
Original repository and its instructions are located in ellenkasai/resumecards.
However, if it is no longer available, I forked and altered a bit to use CircleCI v2 and Firebase Hosting instead of GitHub Pages and such fork can be found at ayharano/resumecards.