Updated Jekyll config
This commit is contained in:
parent
56f2c4179b
commit
f44c90a1b6
2 changed files with 3 additions and 2 deletions
|
|
@ -170,7 +170,7 @@ Now open a web browser and go to `http://localhost:4000/`. You're done!
|
|||
Some useful Jekyll server options include:
|
||||
|
||||
bundle exec jekyll serve --host=0.0.0.0 --config _config.yml,_developer.yml
|
||||
|
||||
|
||||
The *--host* option makes it possible to access the web server from other devices on your local network;
|
||||
for example, you may want to run PCjs on your iPhone, iPad, or other wireless device. And by adding **_developer.yml**,
|
||||
you can override the Jekyll configuration defaults in **_config.yml**. Using development (non-production) settings in
|
||||
|
|
|
|||
Loading…
Reference in a new issue