update document for content directory
authorHideo Hattori <hhatto.jp@gmail.com>
Mon, 5 Aug 2013 18:14:40 +0000 (03:14 +0900)
committerHideo Hattori <hhatto.jp@gmail.com>
Mon, 5 Aug 2013 18:14:40 +0000 (03:14 +0900)
docs/content/doc/configuration.md

index a2647a9ba2e763d795e069f3c953126060ac4317..0fee65297f2dcea398052330bdf426ca00e08cff 100644 (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