mirror of
https://github.com/rclone/rclone.git
synced 2024-11-23 09:04:57 +08:00
31 lines
579 B
JSON
31 lines
579 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,
|
|
"blackfriday": {
|
|
"smartDashes": false,
|
|
"plainIDAnchors": true
|
|
},
|
|
"disableKinds": [
|
|
"taxonomy",
|
|
"taxonomyTerm"
|
|
],
|
|
"ignoreFiles": [
|
|
"~$",
|
|
"^\\."
|
|
],
|
|
"markup": {
|
|
"goldmark": {
|
|
"renderer": {
|
|
"unsafe": true
|
|
}
|
|
}
|
|
}
|
|
}
|