CV
This is my resume, it is built with jade and stylus.
How to
Main tasks:
# Build the site at static/ and the pdf
npm run build
# Build & watch the site at static/ and the pdf
# Livereload server at http://localhost:35729/index.html
npm run watch
Secondary tasks
# Livereload server for static/ at http://localhost:35729/index.html
npm run serve
# Watch and build stylus
npm run watch-stylus
# Build stylus
npm run build-stylus
# Watch and build jade & js-yaml to static/index.html
npm run watch-html
# Build jade & js-yaml to static/index.html
npm run build-html
# Watch and build the pdf from the site at static/ in static/resume.pdf
npm run watch-pdf
# Build the pdf from the site at static/ in static/resume.pdf
npm run build-pdf
Files are generated in a static/
folder