- Based on Bootstrap 3.0 Easy to customize!
- Support Gulp Blazing fast!
- Support BrowserSync Synchronising between devices!
- ... and it's beautiful created by Blacktie.co!
- Fork this repo
- 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
There are two ways to get this awesome resume:
1. Fork this repo (Recommended)
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
.
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
Creative Commons Attribution 3.0 License
Modified By YuLun Shih
Theme created by Blacktie.co