portfolio/README.md

25 lines
542 B
Markdown
Raw Permalink Normal View History

2018-09-30 19:21:45 +02:00
# Portfolio
`gulp serve`
Generate thumbnails: (TODO: gulpify this)
```bash
convert -define jpeg:size=200x200 assets/image/* -thumbnail 100x100^ -gravity center -extent 100x100 -set filename:f 'assets/thumb/%t.%e' +adjoin '%[filename:f]'
```
2018-10-30 11:14:36 +01:00
After edit of src/js/d3.bundle.js run:
``` bash
rollup -c
```
2019-01-24 19:01:56 +01:00
```bash
2022-02-18 14:10:38 +01:00
rsync -av . rubenvandeven.com:/home/ruben/hosts/new/www/ --exclude=node_modules --exclude=package-lock.json --exclude=.git --exclude=venv --copy-links --info=progress2
2019-01-24 19:01:56 +01:00
```
2018-09-30 19:21:45 +02:00
# TODO
- minify D3.js with selective components