Sponsors
So much to learn... Tools, workflows, boilerplates,
testing, different devices, browsers...
My name is
My name is not
Teaching.
Email templates, Front-end dev, JDWilliams.co.uk, VivaLaDiva.com, Jacamo.co.uk.
Lots of banners, lots of newsletters, lots of sites e.g. TheHut, Zavvi,
ASDA Entertainment, Woolworths Entertainment, lots of code, lots of learning,
lots of brews, lots of deployments, lots of documenting on Wiki, lots of fun.
Smaller team, great fun, fast paced atmosphere, several different projects,
changing all the time, Amir Khan nominations, not bad for 2 devs, 2 designers and a dog.
- Simon Owen Design -
Octopress deployment
Check you're up to date with GitHub:
$ g up
Generate the Octopress files:
$ rake generate
Add all the new files to GitHub:
$ g add .
Commit those files with a commit note:
$ g c 'Commit note'
Push the files to GitHub:
$ g push
Deploy everything to GitHub, boom live site is updated:
$ rake deploy