From 7c21775ecf42d7f2121ef174d605f5d39c472146 Mon Sep 17 00:00:00 2001 From: Greg Wilson Date: Thu, 23 Jun 2016 17:01:00 -0400 Subject: [PATCH] Updating _config_dev.yml to match changes to root and repo vars --- _config_dev.yml | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/_config_dev.yml b/_config_dev.yml index be6379b..ad2653b 100644 --- a/_config_dev.yml +++ b/_config_dev.yml @@ -1,14 +1,9 @@ #------------------------------------------------------------ -# This config-file is only needed for development. Instead of changing -# the url everytime you work locally on the project, run a server with +# This config file is only needed for development. Instead of changing +# the URL everytime you work locally on the project, run a server with # both configuration files: # # jekyll serve --config _config.yml,_config_dev.yml #------------------------------------------------------------ -# Is this production or development? (Overrides _config.yml.) -is_production: false - -# Override root so that CSS and other resources will load locally. -github: - url: http://0.0.0.0:4000 +root: http://localhost:4000