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.
![]() |
5 months ago | |
---|---|---|
assets | 5 months ago | |
ranking | 3 years ago | |
src | 5 months ago | |
.babelrc | 5 years ago | |
.gitattributes | 1 year ago | |
.gitignore | 2 years ago | |
.gitmodules | 3 years ago | |
.htaccess | 5 months ago | |
README.md | 1 year ago | |
gulpfile.js | 5 months ago | |
icon.svg | 3 years ago | |
index.html | 5 months ago | |
package-lock.json | 2 years ago | |
package.json | 4 years ago | |
rollup.config.js | 4 years ago | |
rubenvandeven.jsonld | 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