Add README

This commit is contained in:
Ruben van de Ven 2018-09-30 19:21:45 +02:00
parent 8cbe780f94
commit ab13e038c8
1 changed files with 13 additions and 0 deletions

13
README.md Normal file
View File

@ -0,0 +1,13 @@
# 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]'
```
# TODO
- minify D3.js with selective components