Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.05 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.05 KB

NerdAbility - A CV Generator

A Jekyll based CV page generator based on the user profile page on Nerdability.

Making your own CV

To make your own GitHub hosted CV:

  1. Fork this repo into your github account
  2. Click the "Settings" button in your new forked repository (in the menu on the right), and change the repository's name to {{yourusername}}.github.io, replacing yourusername with your GitHub user name.
  3. Update /_config.yml with the details of your CV - the comments will explain what is required
  4. Visit https://{{yourusername}}.github.io to check it out
  5. Share your new CV/Profile with the world!

If you want to test it locally, install Ruby & Jekyll, clone the repository locally and run jekyll serve from the repo root directoy. Then access your web page with Server address: http://127.0.0.1:4000

If you want to host the page on your own web hosting, you will need to run it locally and jekyll will build the site files to the /_site directory which you can then push to your hosting provider - See https://jekyllrb.com/ for details.