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:
Fons van der Plas 2019-05-27 14:10:25 +02:00 committed by GitHub
parent c004281d86
commit 390973683f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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