fixing typo in config parameter

This commit is contained in:
Tom Johnson
2015-12-02 23:46:12 -08:00
parent 61bde52726
commit 977628cf07

View File

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