You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Ruben van de Ven a179ebf22a
Verified lurker
5 months ago
assets Add Makers Meet and Eat 5 months ago
ranking PageRanking in gulpfile and hasCredential instead of attendee 3 years ago
src Add papers and report 5 months ago
.babelrc Use gulp 5 years ago
.gitattributes webm in lfs 1 year ago
.gitignore gitignore 2 years ago
.gitmodules More info and prep for pagerank 3 years ago
.htaccess Add Makers Meet and Eat 5 months ago
README.md Update portfolio 1 year ago
gulpfile.js Add papers and report 5 months ago
icon.svg Changes for better url and history support 3 years ago
index.html Verified lurker 5 months ago
package-lock.json update npm and add stuff to portfolio 2 years ago
package.json New gulp version 4 years ago
rollup.config.js Rollup d3 bundling trough gulp 4 years ago
rubenvandeven.jsonld Add Makers Meet and Eat 5 months ago

README.md

Portfolio

gulp serve

Generate thumbnails: (TODO: gulpify this)

convert -define jpeg:size=200x200 assets/image/*  -thumbnail 100x100^ -gravity center -extent 100x100  -set filename:f 'assets/thumb/%t.%e' +adjoin '%[filename:f]'

After edit of src/js/d3.bundle.js run:

rollup -c
rsync -av . rubenvandeven.com:/home/ruben/hosts/new/www/ --exclude=node_modules --exclude=package-lock.json --exclude=.git --exclude=venv --copy-links --info=progress2

TODO

  • minify D3.js with selective components