From 78afe8d3446351271f98437a314941d229fb30a7 Mon Sep 17 00:00:00 2001 From: Hideo Hattori Date: Tue, 6 Aug 2013 03:14:40 +0900 Subject: [PATCH] update document for content directory --- docs/content/doc/configuration.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/doc/configuration.md b/docs/content/doc/configuration.md index a2647a9ba..0fee65297 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