Merge pull request #15 from hhatto/update-doc

update document for content directory
This commit is contained in:
Steve Francia 2013-08-06 08:05:18 -07:00
commit 42de9bd8bb

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:
---
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