Fix JSON syntax error in example configuration
authorSebastian Müller <info@sebastian-mueller.net>
Thu, 1 Aug 2013 18:52:00 +0000 (20:52 +0200)
committerSebastian Müller <info@sebastian-mueller.net>
Thu, 1 Aug 2013 18:52:00 +0000 (20:52 +0200)
docs/content/doc/configuration.md

index 744e18ea8ee2a2f34bf1136d330b9379bdd38f55..a2647a9ba2e763d795e069f3c953126060ac4317 100644 (file)
@@ -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/"
     }