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 i --no-saveto install the dependencies. - Fill your resume data in
resume.json. - Run
npm run buildto generate the static web page(dist/index.html). - Run
npm run devand 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
npm run build. - 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
npm run dev, then visithttp://localhost:8000. - Start development!