From 4efdb909436cc78fbbf535a50f1a930879c936c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20M=C3=BCller?= Date: Thu, 1 Aug 2013 20:52:00 +0200 Subject: [PATCH] Fix JSON syntax error in example configuration --- docs/content/doc/configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/doc/configuration.md b/docs/content/doc/configuration.md index 744e18ea8..a2647a9ba 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/" }