RangerKarl / RangerKarl.github.io

Github User Page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<<<<<<< HEAD

NerdAbility - A CV Generator

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

You can checkout the page generated for this repo here: http://robhinds.github.io

A few years agao I helped create a devloper CV webapp that let users sign up and connect lots of online footprints to make a dynamic online CV (formerly nerdability.com, now parked at: http://nerdability.esy.es/ ), and I thought why not just create a static site generated version that re-created the user profile CV. Luckily, GitHub provides native support for Jekyll sites as part of its user pages (http://{{yourusername}}.github.io), so as well as hosting the Jekyll project on GitHub, it also automatically builds and serves the site for you on a nice share-able URL.

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 http://{{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.

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.

=======

Start Bootstrap - Resume

Resume is a resume and CV theme for Bootstrap created by Start Bootstrap. This theme features a fixed sidebar with content sections to build a simple, yet elegant resume.

Preview

Resume Preview

View Live Preview

Status

GitHub license npm version Build Status dependencies Status devDependencies Status

Download and Installation

To begin using this template, choose one of the following options to get started:

Usage

Basic Usage

After downloading, simply edit the HTML and CSS files included with the template in your favorite text editor to make changes. These are the only files you need to worry about, you can ignore everything else! To preview the changes you make to the code, you can open the index.html file in your web browser.

Advanced Usage

After installation, run npm install and then run gulp dev which will open up a preview of the template in your default browser, watch for changes to core template files, and live reload the browser when changes are saved. You can view the gulpfile.js to see which tasks are included with the dev environment.

Gulp Tasks

  • gulp the default task that builds everything
  • gulp dev browserSync opens the project in your default browser and live reloads when changes are made
  • gulp sass compiles SCSS files into CSS
  • gulp minify-css minifies the compiled CSS file
  • gulp minify-js minifies the themes JS file
  • gulp copy copies dependencies from node_modules to the vendor directory

Bugs and Issues

Have a bug or an issue with this template? Open a new issue here on GitHub or leave a comment on the template overview page at Start Bootstrap.

Custom Builds

You can hire Start Bootstrap to create a custom build of any template, or create something from scratch using Bootstrap. For more information, visit the custom design services page.

About

Start Bootstrap is an open source library of free Bootstrap templates and themes. All of the free templates and themes on Start Bootstrap are released under the MIT license, which means you can use them for any purpose, even for commercial projects.

Start Bootstrap was created by and is maintained by David Miller, Owner of Blackrock Digital.

Start Bootstrap is based on the Bootstrap framework created by Mark Otto and Jacob Thorton.

Copyright and License

Copyright 2013-2017 Blackrock Digital LLC. Code released under the MIT license.

f323e645a615d08e1bc217fec9dacef22509b7f2

About

Github User Page

License:MIT License


Languages

Language:HTML 49.1%Language:JavaScript 26.5%Language:CSS 24.4%