diff options
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: |
