From: Sebastian Müller Date: Thu, 1 Aug 2013 18:52:00 +0000 (+0200) Subject: Fix JSON syntax error in example configuration X-Git-Tag: v0.8~9^2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4efdb909;p=brevno-suite%2Fhugo Fix JSON syntax error in example configuration --- diff --git a/docs/content/doc/configuration.md b/docs/content/doc/configuration.md index 744e18ea..a2647a9b 100644 --- a/docs/content/doc/configuration.md +++ b/docs/content/doc/configuration.md @@ -37,8 +37,8 @@ The following is an example of a json config file with the default values: "publishdir": "public", "builddrafts": false, "indexes": { - category: "categories", - tag: "tags" + "category": "categories", + "tag": "tags" }, "baseurl": "http://yoursite.com/" }