Go to file
Ruben van de Ven 88ab656328 PageRanking in gulpfile and hasCredential instead of attendee 2020-03-24 21:27:14 +01:00
assets PageRanking in gulpfile and hasCredential instead of attendee 2020-03-24 21:27:14 +01:00
ranking PageRanking in gulpfile and hasCredential instead of attendee 2020-03-24 21:27:14 +01:00
src PageRanking in gulpfile and hasCredential instead of attendee 2020-03-24 21:27:14 +01:00
.babelrc Use gulp 2018-08-26 13:15:02 +02:00
.gitattributes Changes for better url and history support 2019-11-22 21:40:56 +01:00
.gitmodules More info and prep for pagerank 2020-01-31 19:44:17 +01:00
.htaccess PageRanking in gulpfile and hasCredential instead of attendee 2020-03-24 21:27:14 +01:00
README.md New additions 2019-01-24 19:01:56 +01:00
gulpfile.js PageRanking in gulpfile and hasCredential instead of attendee 2020-03-24 21:27:14 +01:00
icon.svg Changes for better url and history support 2019-11-22 21:40:56 +01:00
index.html PageRanking in gulpfile and hasCredential instead of attendee 2020-03-24 21:27:14 +01:00
package-lock.json Changes for better url and history support 2019-11-22 21:40:56 +01:00
package.json New gulp version 2019-02-18 11:55:12 +01:00
rollup.config.js Rollup d3 bundling trough gulp 2018-10-30 11:44:47 +01:00
rubenvandeven.jsonld PageRanking in gulpfile and hasCredential instead of attendee 2020-03-24 21:27:14 +01:00

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 --copy-links --info=progress2

TODO

  • minify D3.js with selective components