From 390973683fa25c5efc987eb0bdf1e33964f6775b Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Mon, 27 May 2019 14:10:25 +0200 Subject: [PATCH] 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/). --- docs/_docs/step-by-step/09-collections.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/_docs/step-by-step/09-collections.md b/docs/_docs/step-by-step/09-collections.md index c6fd893a..994a7b2b 100644 --- a/docs/_docs/step-by-step/09-collections.md +++ b/docs/_docs/step-by-step/09-collections.md @@ -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