From: spf13 Date: Fri, 12 Jul 2013 03:29:14 +0000 (-0400) Subject: fixing typo in config readme X-Git-Tag: v0.8~28 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8d50dd9160e17865e86b1fbf9a89efcba2bd8c29;p=brevno-suite%2Fhugo fixing typo in config readme --- diff --git a/README.md b/README.md index d0f371b5..1d1ad44f 100644 --- a/README.md +++ b/README.md @@ -107,6 +107,7 @@ since the defaults used follow commonly used patterns. ### Config Examples The following is an example of a yaml config file with the default values: + --- sourcedir: "content" layoutdir: "layouts" @@ -120,6 +121,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", "layoutdir": "layouts", diff --git a/docs/content/doc/configuration.md b/docs/content/doc/configuration.md index 7be0fb0a..744e18ea 100644 --- a/docs/content/doc/configuration.md +++ b/docs/content/doc/configuration.md @@ -16,6 +16,7 @@ then look for a config.json file, followed by a config.toml file. ## Examples The following is an example of a yaml config file with the default values: + --- sourcedir: "content" layoutdir: "layouts" @@ -29,6 +30,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", "layoutdir": "layouts",