mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
fixing typo in config readme
This commit is contained in:
parent
c24112ce86
commit
8d50dd9160
2 changed files with 4 additions and 0 deletions
|
@ -107,6 +107,7 @@ since the defaults used follow commonly used patterns.
|
||||||
### Config Examples
|
### Config Examples
|
||||||
|
|
||||||
The following is an example of a yaml config file with the default values:
|
The following is an example of a yaml config file with the default values:
|
||||||
|
|
||||||
---
|
---
|
||||||
sourcedir: "content"
|
sourcedir: "content"
|
||||||
layoutdir: "layouts"
|
layoutdir: "layouts"
|
||||||
|
@ -120,6 +121,7 @@ The following is an example of a yaml config file with the default values:
|
||||||
|
|
||||||
|
|
||||||
The following is an example of a json config file with the default values:
|
The following is an example of a json config file with the default values:
|
||||||
|
|
||||||
{
|
{
|
||||||
"sourcedir": "content",
|
"sourcedir": "content",
|
||||||
"layoutdir": "layouts",
|
"layoutdir": "layouts",
|
||||||
|
|
|
@ -16,6 +16,7 @@ then look for a config.json file, followed by a config.toml file.
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
The following is an example of a yaml config file with the default values:
|
The following is an example of a yaml config file with the default values:
|
||||||
|
|
||||||
---
|
---
|
||||||
sourcedir: "content"
|
sourcedir: "content"
|
||||||
layoutdir: "layouts"
|
layoutdir: "layouts"
|
||||||
|
@ -29,6 +30,7 @@ The following is an example of a yaml config file with the default values:
|
||||||
|
|
||||||
|
|
||||||
The following is an example of a json config file with the default values:
|
The following is an example of a json config file with the default values:
|
||||||
|
|
||||||
{
|
{
|
||||||
"sourcedir": "content",
|
"sourcedir": "content",
|
||||||
"layoutdir": "layouts",
|
"layoutdir": "layouts",
|
||||||
|
|
Loading…
Reference in a new issue