diff options
| -rw-r--r-- | .gitignore | 1 | ||||
| -rw-r--r-- | _config.yml | 11 |
2 files changed, 1 insertions, 11 deletions
@@ -3,3 +3,4 @@ _site_build/_posts *.swp *~ .DS_Store +_deploy.yml diff --git a/_config.yml b/_config.yml index 506149e..dc30af1 100644 --- a/_config.yml +++ b/_config.yml @@ -99,14 +99,3 @@ 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: |
