mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Merge pull request #15 from hhatto/update-doc
update document for content directory
This commit is contained in:
commit
42de9bd8bb
1 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@ then look for a config.json file, followed by a config.toml file.
|
|||
The following is an example of a yaml config file with the default values:
|
||||
|
||||
---
|
||||
sourcedir: "content"
|
||||
contentdir: "content"
|
||||
layoutdir: "layouts"
|
||||
publishdir: "public"
|
||||
builddrafts: false
|
||||
|
@ -32,7 +32,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:
|
||||
|
||||
{
|
||||
"sourcedir": "content",
|
||||
"contentdir": "content",
|
||||
"layoutdir": "layouts",
|
||||
"publishdir": "public",
|
||||
"builddrafts": false,
|
||||
|
@ -46,7 +46,7 @@ The following is an example of a json config file with the default values:
|
|||
|
||||
The following is an example of a toml config file with the default values:
|
||||
|
||||
sourcedir = "content"
|
||||
contentdir = "content"
|
||||
layoutdir = "layouts"
|
||||
publishdir = "public"
|
||||
builddrafts = false
|
||||
|
|
Loading…
Reference in a new issue