quickfix to run blog on localhost without changing _config.yml (#127)

This commit is contained in:
Adrian Harabula 2016-11-12 02:51:36 +02:00 committed by Dean Attali
parent ea5bc36edc
commit 9debb3049a
2 changed files with 2 additions and 0 deletions

1
_config_dev.yml Normal file
View File

@ -0,0 +1 @@
url: "http://localhost:4000"

1
serve Normal file
View File

@ -0,0 +1 @@
bundle exec jekyll serve --config _config.yml,_config_dev.yml