Read resume data from a JSON file and generate a static web page. GitHub Pages support included.
Written with Gulp, Less, and Jade.
- Run
npm install
to install the dependencies. - Fill your resume data in
resume.json
. - Run
gulp build
to generate the static web page(dist/index.html
). - Run
gulp server
and visithttp://localhost:8000
if you want to see it hosted locally(make sure the port 8000 is not taken).
- Set up the SSH git remote
origin
for the project. - After building the web page, run
gulp deploy
. - Everything under
dist
will be pushed to the remote repo'sgh-pages
branch.
- Make sure port 35729(for livereload) and 8000(for the local server) are available.
- Run
gulp
, then visithttp://localhost:8000
. - Start development!
(MIT License)
Copyright (c) 2015 Nik