From: Hideo Hattori Date: Mon, 5 Aug 2013 18:14:40 +0000 (+0900) Subject: update document for content directory X-Git-Tag: v0.9~179^2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=78afe8d3;p=brevno-suite%2Fhugo update document for content directory --- diff --git a/docs/content/doc/configuration.md b/docs/content/doc/configuration.md index a2647a9b..0fee6529 100644 --- a/docs/content/doc/configuration.md +++ b/docs/content/doc/configuration.md @@ -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