mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-07 20:30:36 -05:00
Merge pull request #8 from SebastianM/doc-json-fix
Fix JSON syntax error in example configuration
This commit is contained in:
commit
d36d7fba6a
1 changed files with 2 additions and 2 deletions
|
@ -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/"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue