1
0
mirror of https://github.com/gohugoio/hugo.git synced 2024-05-11 05:54:58 +00:00

Merge pull request #8 from SebastianM/doc-json-fix

Fix JSON syntax error in example configuration
This commit is contained in:
Steve Francia
2013-08-01 22:04:03 -07:00

View 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/"
}