shithub: hugo

Download patch

ref: 78afe8d3446351271f98437a314941d229fb30a7
parent: c5715e98009a9b243afa49cfaaf75099cff1244d
author: Hideo Hattori <[email protected]>
date: Mon Aug 5 23:14:40 EDT 2013

update document for content directory

--- a/docs/content/doc/configuration.md
+++ b/docs/content/doc/configuration.md
@@ -18,7 +18,7 @@
 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 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 toml config file with the default values: 
 
-    sourcedir = "content"
+    contentdir = "content"
     layoutdir = "layouts"
     publishdir = "public"
     builddrafts = false