Updating _config_dev.yml to match changes to root and repo vars
authorGreg Wilson <gvwilson@third-bit.com>
Thu, 23 Jun 2016 21:01:00 +0000 (17:01 -0400)
committerGreg Wilson <gvwilson@third-bit.com>
Thu, 23 Jun 2016 21:01:00 +0000 (17:01 -0400)
_config_dev.yml

index be6379b799deb3646ff1f259e37423ff8ae08ee5..ad2653ba7ec95b5277d49af733db0c36477cf047 100644 (file)
@@ -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