Fix JSON syntax error in example configuration

This commit is contained in:
Sebastian Müller 2013-08-01 20:52:00 +02:00
parent 61258858af
commit 4efdb90943

View file

@ -37,8 +37,8 @@ The following is an example of a json config file with the default values:
"publishdir": "public", "publishdir": "public",
"builddrafts": false, "builddrafts": false,
"indexes": { "indexes": {
category: "categories", "category": "categories",
tag: "tags" "tag": "tags"
}, },
"baseurl": "http://yoursite.com/" "baseurl": "http://yoursite.com/"
} }