diff options
| author | davidtsadler <davidtsadler@googlemail.com> | 2012-03-31 19:10:57 +0100 |
|---|---|---|
| committer | davidtsadler <davidtsadler@googlemail.com> | 2012-03-31 19:10:57 +0100 |
| commit | a81a69058aa121930262909f3ff63cd5abfb5ff9 (patch) | |
| tree | f84f803b009f14bc9b2e443da6ad2ab7523814cd /_config.yml | |
| parent | 4e3d62f7b78b8ba1efd26d33851083da1ea7f4bc (diff) | |
Add deploy configuration.
Diffstat (limited to '_config.yml')
| -rw-r--r-- | _config.yml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml index 29cfb05..506149e 100644 --- a/_config.yml +++ b/_config.yml @@ -4,7 +4,7 @@ # Set to true when building the site for production. # Some parts of the site are only built in production mode. E.g. Google analytics code. -production: false +production: true # Full url for the site minus the ending forward slash. url: http://davidtsadler.com @@ -99,3 +99,14 @@ generate_category_indexes: true # *************************** # 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: davidtsadler.com +# user: +# port: +# directory: |
