Run server with Autoreload (#8355)

* docs: livereload option

Co-authored-by: Frank Taillandier <frank.taillandier@gmail.com>
This commit is contained in:
Lou Rectoret 2020-08-25 15:44:58 +02:00 committed by GitHub
parent b561413a81
commit 4299095d21
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -36,6 +36,10 @@ bundle exec jekyll serve
```
6. Browse to [http://localhost:4000](http://localhost:4000){:target="_blank"}
{: .note}
Pass the `--livereload` option to the serve command if you want your browser to auto-refresh on each change you make: `bundle exec jekyll serve --livereload`
If you encounter any errors during this process, see the
[troubleshooting]({{ '/docs/troubleshooting/#configuration-problems' | relative_url }}) page. Also,
make sure you've installed the development headers and other prerequisites as