mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 17:14:44 +01:00
34 lines
658 B
JSON
34 lines
658 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": [
|
|
"~$",
|
|
"^\\."
|
|
],
|
|
"enableGitInfo": true,
|
|
"markup": {
|
|
"goldmark": {
|
|
"extensions": {
|
|
"typographer": false
|
|
},
|
|
"parser": {
|
|
"autoHeadingIDType": "blackfriday"
|
|
},
|
|
"renderer": {
|
|
"unsafe": false
|
|
}
|
|
}
|
|
}
|
|
}
|