8000 GitHub - imZack/resume-kelvin: Kelvin is an awesome Bootstrap 3.0 resume theme with modern build system.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

imZack/resume-kelvin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kelvin - Resume Theme

william t kelvin

Online Demo

Features

Quick Start

  1. Fork this repo
  2. Do the following commands:
$ git clone https://github.com/YOUR_USERNAME/resume-kelvin
$ npm install -g gulp && npm install gulp && npm install
$ git checkout --track origin/gh-pages && git checkout master
/****** Modify some content *****/
$ gulp deploy

Go visit https://YOUR_USERNAME.github.io/resume-kelvin

Installation

There are two ways to get this awesome resume:

1. Fork this repo (Recommended)

Click me to fork

If you fork this repo, you could simply publish as your project page later without settings.

2. Clone this repo

$ git clone https://github.com/imZack/resume-kelvin

Install Gulp & Node Dependencies

$ npm install -g gulp
$ npm install gulp
$ npm install

If you have errors during the installation, please try to clean your npm cache via $ npm cache clean.

Usage

Writing and Live Preview

$ gulp

  [23:34:27] Using gulpfile ~/resume-kelvin/gulpfile.js
  [23:34:27] Starting 'serve'...
  [23:34:27] Finished 'serve' after 5.25 ms
  [BS] Local: >>> http://localhost:3000
  [BS] External: >>> http://192.168.1.1:3000
  [BS] Serving files from: ./

visit http://localhost:3000

Build (Optional)

Build and optimize all sources and assests for deploy purpose.

$ gulp build

Once you buit the resume successfully, the files will be generated in build folder. You could just upload it to your web hosting or somewhere else.

Deploy (Optional)

The steps below are for who forked this repo directly and cloned into local repo.

At the first time, you have to do the following commands:

$ git checkout --track origin/gh-pages
$ git checkout master

Above command is for fetching the remote branch to local repo and tracking it. Now modify some words or images and then deploy it!

$ gulp deploy

This command will build & deploy to your remote repository branch gh-pages, so if your repo name is resume-kelvin go visit https://username.github.io/resume-kelvin That's it!

Changes may take up to ten minutes to be visible.

More information about github pages Link

License

Creative Commons Attribution 3.0 License

Modified By YuLun Shih

Theme created by Blacktie.co

Analytics

About

Kelvin is an awesome Bootstrap 3.0 resume theme with modern build system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0