shithub: hugo

Download patch

ref: 42de9bd8bb08ea944cb6258503fd6e5eb5198d4f
parent: 0e57fcc9c2b161c837207d915018d52f9c573da5
parent: 78afe8d3446351271f98437a314941d229fb30a7
author: Steve Francia <[email protected]>
date: Tue Aug 6 04:05:18 EDT 2013

Merge pull request #15 from hhatto/update-doc

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