diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-03-31 18:42:15 +0100 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-03-31 18:42:15 +0100 |
| commit | 17f53ef0628ace4c63909331243bf3a01a7c1944 (patch) | |
| tree | 6f01044b82b3210db9c44d9576093049e3436ed8 /_config.yml.example | |
| parent | 1d1b282f2d3b08340e84ab48805a7c74c732537c (diff) | |
Allow site to be deployed via rsync.
Diffstat (limited to '_config.yml.example')
| -rw-r--r-- | _config.yml.example | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/_config.yml.example b/_config.yml.example index ee03a07..a74779b 100644 --- a/_config.yml.example +++ b/_config.yml.example @@ -101,3 +101,14 @@ plugins: _site_build/_plugins # *************************** # The number of test posts that will be generated by the task test_posts:create num_test_posts: 50 + +# *************************** +# DEPLOYMENT +# *************************** +# These options are used by the Rake task site:deploy:production. +# The task will prompt you for any values that you do not wish to specifiy within the configuration file. +#deployment: +# host: +# user: +# port: +# directory: |
