mirror of
https://github.com/jekyll/jekyll.git
synced 2026-04-28 03:01:03 -04:00
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:
committed by
GitHub
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
|
||||
|
||||
Reference in New Issue
Block a user