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 installto install the dependencies. - Fill your resume data in
resume.json. - Run
gulp buildto generate the static web page(dist/index.html). - Run
gulp serverand visithttp://localhost:8000if you want to see it hosted locally(make sure the port 8000 is not taken).
- Set up the SSH git remote
originfor the project. - After building the web page, run
gulp deploy. - Everything under
distwill be pushed to the remote repo'sgh-pagesbranch.
- 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