Add README
This commit is contained in:
parent
8cbe780f94
commit
ab13e038c8
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal 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
|
Loading…
Reference in a new issue