forked from TrueCloudLab/rclone
docs: update Hugo config after updating to 0.69.2
This commit is contained in:
parent
cdecb44789
commit
c4f6439715
1 changed files with 28 additions and 16 deletions
|
@ -1,18 +1,30 @@
|
||||||
{
|
{
|
||||||
"indexes": {
|
"indexes": {
|
||||||
"tag": "tags",
|
"tag": "tags",
|
||||||
"group": "groups",
|
"group": "groups",
|
||||||
"menu": "menu"
|
"menu": "menu"
|
||||||
},
|
},
|
||||||
"baseurl": "https://rclone.org",
|
"baseurl": "https://rclone.org",
|
||||||
"title": "rclone - rsync for cloud storage",
|
"title": "rclone - rsync for cloud storage",
|
||||||
"description": "rclone - rsync for cloud storage: google drive, s3, swift, cloudfiles, dropbox, memstore...",
|
"description": "rclone - rsync for cloud storage: google drive, s3, swift, cloudfiles, dropbox, memstore...",
|
||||||
"canonifyurls": false,
|
"canonifyurls": false,
|
||||||
"blackfriday": {
|
"blackfriday": {
|
||||||
"smartDashes": false,
|
"smartDashes": false,
|
||||||
"plainIDAnchors": true
|
"plainIDAnchors": true
|
||||||
},
|
},
|
||||||
"disableKinds": [
|
"disableKinds": [
|
||||||
"taxonomy", "taxonomyTerm"
|
"taxonomy",
|
||||||
]
|
"taxonomyTerm"
|
||||||
|
],
|
||||||
|
"ignoreFiles": [
|
||||||
|
"~$",
|
||||||
|
"^\\."
|
||||||
|
],
|
||||||
|
"markup": {
|
||||||
|
"goldmark": {
|
||||||
|
"renderer": {
|
||||||
|
"unsafe": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue