From 977628cf07418d4fde721c8dc128d4c8fb2a9cb2 Mon Sep 17 00:00:00 2001 From: Tom Johnson Date: Wed, 2 Dec 2015 23:46:12 -0800 Subject: [PATCH] fixing typo in config parameter --- mydoc/mydoc_getting_started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mydoc/mydoc_getting_started.md b/mydoc/mydoc_getting_started.md index 2ea65ab..3f66e11 100644 --- a/mydoc/mydoc_getting_started.md +++ b/mydoc/mydoc_getting_started.md @@ -51,7 +51,7 @@ Before you start customizing the theme, make sure you can build the theme with t 6. Build the writer's output: ``` - jekyll serve -config configs/mydoc/config_writers.yml + jekyll serve --config configs/mydoc/config_writers.yml ``` The `--config` parameter specifies the location of the configuration file to be used in the build. The configuration file itself contains the destination location for where the site gets built. @@ -62,7 +62,7 @@ Before you start customizing the theme, make sure you can build the theme with t 8. Build the designers output: ``` - jekyll serve -config configs/mydoc/config_designers.yml + jekyll serve --config configs/mydoc/config_designers.yml ``` Open a new tab in your browser and preview the site at the preview URL shown. Notice how the themes differ (designers is blue, writers is green).