Skip to content

AbdullahSaei/abdullahsaei.github.io

 
 

Repository files navigation

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.

About

A CV using Github pages & Jekyll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 45.0%
  • HTML 36.1%
  • JavaScript 16.8%
  • Ruby 2.1%