An online résumé you can fork and host for free on GitHub quickly and without fuss.
All the information is in the _config.yml
file at the root and _data/resume.yml
file. If you have all your employment
and education info at the ready, you can have a free resume online in ten minutes. The only prerequisite is kind of
knowing how YAML works.
It renders as a nice page. The styling is set up to print a one-page version (three most recent jobs and two most recent degrees).
prefers-reduced-motion
and prefers-contrast
styling so everyone can enjoy the page/assets/data/resume.json
If you want, at least for the time being, to host the resume at https://your-username.github.io/resume
, getting started
is a two-step process:
_config.yml
file in the code listing with your informationcd
into itbundle install
in the root of the project to get the Jekyll standard items (requires bundler)bundle exec jekyll serve --verbose
to build and serve your site to http://localhost:4000/
If you want to drive the future of this project, your work is quite welcome. If you'd like more information about the project, check out: