mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 08:35:07 +08:00
74b8cbfb84
This means that markdown files can't contain <thing> any more.
33 lines
633 B
JSON
33 lines
633 B
JSON
{
|
|
"indexes": {
|
|
"tag": "tags",
|
|
"group": "groups",
|
|
"menu": "menu"
|
|
},
|
|
"baseurl": "https://rclone.org",
|
|
"title": "rclone - rsync for cloud storage",
|
|
"description": "rclone - rsync for cloud storage: google drive, s3, swift, cloudfiles, dropbox, memstore...",
|
|
"canonifyurls": false,
|
|
"disableKinds": [
|
|
"taxonomy",
|
|
"taxonomyTerm"
|
|
],
|
|
"ignoreFiles": [
|
|
"~$",
|
|
"^\\."
|
|
],
|
|
"markup": {
|
|
"goldmark": {
|
|
"extensions": {
|
|
"typographer": false
|
|
},
|
|
"parser": {
|
|
"autoHeadingIDType": "blackfriday"
|
|
},
|
|
"renderer": {
|
|
"unsafe": false
|
|
}
|
|
}
|
|
}
|
|
}
|