mirror of
https://github.com/rclone/rclone.git
synced 2025-01-10 16:28:30 +01:00
docs: more config fixes for hugo 0.7
This commit is contained in:
parent
11f8cb32d1
commit
80572c544b
@ -8,10 +8,6 @@
|
|||||||
"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": {
|
|
||||||
"smartDashes": false,
|
|
||||||
"plainIDAnchors": true
|
|
||||||
},
|
|
||||||
"disableKinds": [
|
"disableKinds": [
|
||||||
"taxonomy",
|
"taxonomy",
|
||||||
"taxonomyTerm"
|
"taxonomyTerm"
|
||||||
@ -22,6 +18,12 @@
|
|||||||
],
|
],
|
||||||
"markup": {
|
"markup": {
|
||||||
"goldmark": {
|
"goldmark": {
|
||||||
|
"extensions": {
|
||||||
|
"typographer": false
|
||||||
|
},
|
||||||
|
"parser": {
|
||||||
|
"autoHeadingIDType": "blackfriday"
|
||||||
|
},
|
||||||
"renderer": {
|
"renderer": {
|
||||||
"unsafe": true
|
"unsafe": true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user