docs: `jekyll serve` restart after changing config
These steps were missing in the Step-by-Step instructions on [jekyllrb.com/docs](https://jekyllrb.com/docs/step-by-step/01-setup/).
This commit is contained in:
parent
c004281d86
commit
390973683f
|
@ -21,6 +21,8 @@ collections:
|
|||
authors:
|
||||
```
|
||||
|
||||
To (re)load the configuration, restart the jekyll server. Press `Ctrl`+`C` in your terminal to stop the server, and then `jekyll serve` to restart it.
|
||||
|
||||
## Add authors
|
||||
|
||||
Documents (the items in a collection) live in a folder in the root of the site
|
||||
|
|
Loading…
Reference in New Issue