update document for content directory

This commit is contained in:
Hideo Hattori 2013-08-06 03:14:40 +09:00
parent c5715e9800
commit 78afe8d344

View file

@ -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: The following is an example of a yaml config file with the default values:
--- ---
sourcedir: "content" contentdir: "content"
layoutdir: "layouts" layoutdir: "layouts"
publishdir: "public" publishdir: "public"
builddrafts: false 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: The following is an example of a json config file with the default values:
{ {
"sourcedir": "content", "contentdir": "content",
"layoutdir": "layouts", "layoutdir": "layouts",
"publishdir": "public", "publishdir": "public",
"builddrafts": false, "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: The following is an example of a toml config file with the default values:
sourcedir = "content" contentdir = "content"
layoutdir = "layouts" layoutdir = "layouts"
publishdir = "public" publishdir = "public"
builddrafts = false builddrafts = false