mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-20 21:31:32 +02:00
fixing typo in config readme
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user