* Improve the WordPress recipe
* Configure files commonly shared across deploys (`wp-config.php` and the uploads folder)
* Run Composer (many WordPress sites use Composer with WPackagist)
* chown file to the web server owner. (Might be platform-dependent, but this is a good default)
* Fix whitespace
* Fix whitespace, pt. 2
* Use `writable_dirs` option
* Remove chown task