15 Sep 2015
documentation
//cp js file
copy sketch.js file from /dropbox/itp/[date]/[project name] to /dropbox/coblezc.github.io/itp/icm
rename file from sketch.js to week[#].js
for example, rename from sketch.js to week2.js
//mk sketch post
- copy previous week’s sketch post into same folder
(/dropbox/coblezc.github.io/itp/_posts)
- rename to current week
- for example, rename /dropbox/coblezc.github.io/itp/_posts/week1.html to /dropbox/coblezc.github.io/itp/_posts/week2.html
- open week2.html and change title tag to current week, and change script src... to current week
//mk documentation post
- copy previous week’s documentation post into same folder (/dropbox/coblezc.github.io/itp/_posts)
- rename file to current week
- for example, rename /dropbox/coblezc.github.io/itp/_posts/2015-09-015-icm-week1-sketch.html to /dropbox/coblezc.github.io/itp/_posts/2015-09-015-icm-week1-sketch.html
- add actual documentation
- change title tag to current week
- add documentation for current week’s project
//jekyll serve
- open terminal and navigate to itp/ folder
- jekyll serve
//open cyberduck
- upload: /itp/index.html
- /icm-week[#...]/.*
- feed.courses.xml
- feed.documentation.xml
- feed.xml
- icm/week2.js
//add links to github itp.nyu.edu/icm