mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
Fix JSON syntax error in example configuration
This commit is contained in:
parent
61258858af
commit
4efdb90943
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",
|
||||
"builddrafts": false,
|
||||
"indexes": {
|
||||
category: "categories",
|
||||
tag: "tags"
|
||||
"category": "categories",
|
||||
"tag": "tags"
|
||||
},
|
||||
"baseurl": "http://yoursite.com/"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue