PKHarsimran / andreidbr.github.io

My resume

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

resume

A simple Jekyll + GitHub Pages powered resume template.

img

Docs

About

The template is made by Joel Glovier and customized by me.

Running locally

To test locally, run the following in your terminal:

  1. Clone repo locally
  2. bundle install
  3. bundle exec jekyll serve
  4. Open your browser to localhost:4000

Customizing

First you'll want to fork the repo to your own account. Then clone it locally and customize, or use the GitHub web editor to customize.

Options/configuration

Basic customization will take place in the /_config.yml file. Here is a list of customizations available via /_config.yml:

  • Avatar
  • Name
  • Title
  • Email address
  • Contact information
  • Short introduction
  • Whether or not you are looking for work and want to be contacted via email
  • Whether or not certain sections/links appear

Editing content

Most of the content configuration will take place in the /_layouts/resume.html file. Simply edit the markup there accordingly

Publishing to GitHub Pages for free

GitHub Pages will host this for free with your GitHub account. Just make sure you're using a gh-pages branch, and the site will automatically be available at yourusername.github.io/resume-template (you can rename the repo to resume for your own use if you want it to be available at yourusername.github.io/resume). You can also add a CNAME if you want it to be available at a custom domain...

Configuring with your own domain name

To setup your GH Pages site with a custom domain, follow the instructions on the GitHub Help site for that topic.

License

The code and styles are originally developed by Joel Glovier and are licensed under the MIT license. See project license.. Modifications made by me are also under the MIT license.

About

My resume

License:MIT License


Languages

Language:HTML 76.1%Language:CSS 10.5%Language:SCSS 9.3%Language:JavaScript 4.0%Language:Ruby 0.0%