README.md in middleman-deploy-0.1.3 vs README.md in middleman-deploy-0.1.4

- old
+ new

@@ -1,6 +1,6 @@ -# middleman-deploy [![Build Status](https://travis-ci.org/tvaughan/middleman-deploy.png?branch=master)](https://travis-ci.org/tvaughan/middleman-deploy) +# middleman-deploy [![Gem Version](https://badge.fury.io/rb/middleman-deploy.png)](http://badge.fury.io/rb/middleman-deploy) Deploys a [middleman](http://middlemanapp.com/) built site via **rsync**, **ftp**, **sftp**, or **git** (e.g. gh-pages on github). ## Installation @@ -32,10 +32,12 @@ ## Possible Configurations Middleman-deploy can deploy a site via rsync, ftp, sftp, or git. +Checkout [the wiki](https://github.com/tvaughan/middleman-deploy/wiki/_pages) for advanced set-up options. + ### rsync Make sure that `rsync` is installed, and activate the extension by adding the following to `config.rb`: @@ -46,9 +48,10 @@ deploy.path = "/srv/www/site" # Optional Settings # deploy.user = "tvaughan" # no default # deploy.port = 5309 # ssh port, default: 22 # deploy.clean = true # remove orphaned files on remote host, default: false + # deploy.flags = "-rltgoDvzO --no-p --del -e" # add custom flags, default: -avze end ``` ### Git (e.g. GitHub Pages)