Skip to content

micnigh/resume-2016

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

resume.mnigh.com

micnigh.github.io/resume/

Build Status

Requirements/Recommended

Quick start

# first time
npm install -g gulp typings bower
npm install

# every time
gulp --gulpfile gulpfile.transpile.js watch
gulp watch

Features

Deployment

# build static site
docker-compose build && \
docker-compose up --force-recreate

# test website using nginx - localhost/resume/
docker run -it --rm=true -v /$PWD/.tmp/production/dist/://usr/share/nginx/html/resume/:ro -p 80:80 nginx

# publish - note, very slow first time
npm run deploy

Misc

Generating PDFs

Chrome has always made the best looking PDFs - and thanks to athenapdf and docker we can generate these automatically :)

See pdf-generator dir for details

Todos


About

http://resume.mnigh.com/

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published