Get data from a resume.json
and generate the static web page. Deploy to GitHub Pages. Written with Gulp, SCSS, PostCSS and Jade.
-
Clone the repo to your computer
$ git clone https://github.com/coderfe/resume.git
-
Install dependencies
$ npm install
-
Fill your information in
data/resume.json
-
Generate static page
index.html
$ gulp
-
Test your webpage hosted locally at
http://localhost:3000
-
Remove my
origin remote
and add yourorigin remote
$ git remote remove origin gh-pages $ git remote add origin git@github.com:you/resume.git
-
Deploy, make sure you have removed my infomation in
data/resume.json
$ git add . $ git commit -m 'first commit' $ git push -u origin gh-pages
- Replace my informations to yours in
data/resume.json
- Repalce domain in
CNAME
or deleteCNAME
if you don't need it - Relpace contents of
download
folder to yours
- Run
gulp
, then openhttp://localhost:3000
- Development
- Update resume.pdf
- Update readme
- Imporve details
- Mobile experience
(MIT License)
Copyright (c) 2015 coderfee
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.