quickfix to run blog on localhost without changing _config.yml (#127)
This commit is contained in:
parent
ea5bc36edc
commit
9debb3049a
2 changed files with 2 additions and 0 deletions
1
_config_dev.yml
Normal file
1
_config_dev.yml
Normal file
|
@ -0,0 +1 @@
|
|||
url: "http://localhost:4000"
|
1
serve
Normal file
1
serve
Normal file
|
@ -0,0 +1 @@
|
|||
bundle exec jekyll serve --config _config.yml,_config_dev.yml
|
Loading…
Add table
Add a link
Reference in a new issue