From a81a69058aa121930262909f3ff63cd5abfb5ff9 Mon Sep 17 00:00:00 2001 From: davidtsadler Date: Sat, 31 Mar 2012 19:10:57 +0100 Subject: Add deploy configuration. --- _config.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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: -- cgit v1.2.3-13-gbd6f